v1
latestOpenAPI 3.1.02026-07-242735131.1 MBSSO Configuration
Show the SSO Configuration Details
Shows the SSO Configuration details for the company.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (company_admin) | - | Manage SSO (sso_configuration:write) |
get/v1/sso-configuration/details
Response
Success
Example response
{
"data": {
"audience_uri": "urn:auth:remote-sso:89c4fbb2-some-id-8e4b-280f8795bbd8",
"sso_url": "https://remote-sso.com/login/callback?connection=89c4fbb2-some-id-8e4b-280f8795bbd8"
}
}