settings
Gets the configuration of the existing SSO integration
Gets the configuration of the existing SSO integration, returns 404 if SSO is not currently configured
GET
Gets the configuration of the existing SSO integration
Authorizations
Response
Configuration of current SSO integration
- Option 1
- Option 2
The type of SSO integration, currently only SAML is supported.
Available options:
SAML The name of your identity provider. This value will be displayed to users when they log in.
Note: This value cannot be the strings "Google" or "SAML" as they're reserved words in our identity management platform.
Pattern:
^(?=[a-zA-Z0-9\(\)\.\-!@]+$)(?!Google|SAML$).*$Examples:
"Okta"
"GoogleWorkspace"
"OneLogin"
"JumpCloud"
The URL of the SAML metadata document. Either this or metadataFileContents must be provided.
Example:
"https://company.okta.com/app/123456789/sso/saml/metadata"
Previous
Configure (create or update) an SSO integration in GableConfigure (create or update) an SSO integration in Gable
Next
Gets the configuration of the existing SSO integration