List managed SSO configurations with pagination.
cURL
curl --request GET \ --url https://api.example.com/api/v1/sso/
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "sso": { "issuer": "<string>", "clientId": "<string>", "enabled": true, "audience": "<string>", "allowedDomains": [ "<string>" ], "allowedEmails": [ "<string>" ] }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "agent_count": 0 } ]
Documentation IndexFetch the complete documentation index at: https://docs.idunplatform.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.idunplatform.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
SSO (OIDC) configuration
Show child attributes
Creation timestamp
Last update timestamp
Number of agents using this SSO config