Configure (create or update) an SSO integration in Gable
cURL
curl --request PUT \ --url 'https://api-(organization).gable.ai/v0/settings/sso' \ --header 'Content-Type: application/json' \ --data '{ "type": "SAML", "identityProvider": "Okta", "metadataDocumentEndpointUrl": "https://company.okta.com/app/123456789/sso/saml/metadata" }'
{ "type": "SAML", "identityProvider": "Okta", "metadataDocumentEndpointUrl": "https://company.okta.com/app/123456789/sso/saml/metadata" }
Configuration for setting up SSO
The body is of type object.
object
SSO was successfully configured
The response is of type object.