Get a managed SSO configuration by ID.
cURL
curl --request GET \ --url https://api.example.com/api/v1/sso/{id}
{ "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 }
Successful Response
Complete managed SSO configuration response.
SSO (OIDC) configuration
Show child attributes
Creation timestamp
Last update timestamp
Number of agents using this SSO config
Contact support