Gets the configuration of the existing SSO integration, returns 404 if SSO is not currently configured
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/settings/sso'
{ "type": "SAML", "identityProvider": "Okta", "metadataDocumentEndpointUrl": "https://company.okta.com/app/123456789/sso/saml/metadata" }
Configuration of current SSO integration
The response is of type object.
object