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