SSO Management API Overview
Overview
Using the SSO management APIs enables administrators to manage their tenants' SSO configurations utilizing a management key.
Management keys are generated from Company > Management Keys. These keys will be used within the bearer token. The format is <Project ID>:<Management Key>
.
Use Cases
SSO Management:
- Get Tenant SAML/OIDC Settiings
- Configure SAML Settiings
- Configure SAML Metadata URL
- Configure OIDC Settings
- Delete SSO Settings
Examples
Example - Configure SSO on a tenant via manual configuration
- Utilize the Configure SSO Settings api endpoint to apply idpURL, entityId, idpCert, and redirectURL to a tenant
Example - Configure SSO on a tenant via metadata URL
- Utilize the Configure SSO Metadata URL api endpoint to apply the idpMetadataURL to a tenant
Was this helpful?