v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Check SSO provider for email domain

Check if an email domain has an associated SSO provider configuration. Returns the authentication type (otp or sso) and optionally the provider name.

post/sdk/{environmentId}/ssoProvider

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Request body

emailstring email required

Email address to check for SSO provider

Response

SSO provider check response

type'otp' | 'sso' required

Authentication type for the email domain

providerstring

SSO provider name (only present when type is 'sso')

ssoAuthUrlstring

SSO authentication URL (only present when type is 'sso')

idstring

Example response

{
  "id": "95b11417-f18f-457f-8804-68e361f9164f"
}