SSO Management API Overview

Overview

The SSO Management APIs let you programmatically manage tenant SSO configurations using a management key.

Management keys are generated from Company > Management Keys. Include the key in the Authorization header as a bearer token in the format <Project ID>:<Management Key>.

Use Cases

  1. Get Tenant SAML/OIDC Settings
  2. Configure SAML Settings
  3. Configure SAML Metadata URL
  4. Configure OIDC Settings
  5. Delete SSO Settings

Examples

Example - configure SSO via manual configuration

  1. Call the Configure SSO Settings API endpoint to apply idpURL, entityId, idpCert, and redirectURL to a tenant.

Example - configure SSO via metadata URL

  1. Call the Configure SSO Metadata URL API endpoint to apply the idpMetadataURL to a tenant.
Was this helpful?

On this page