Initiates an SSO login flow with an external identity provider (IDP). This results in a POST redirect to the IDP configured for the organization, which is determined based on the domain of the user's email address. Once the IDP authenticates the user, it will redirect back to the app with the authentication response so the app can complete the SSO flow.
Note:
- If the user isn't a member of an organization configured for SSO, an error is returned.
- If public sign-ups are enabled for the app, new users will be added to the app upon login.
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/v1/auth/sso/start
- US production environmenthttps://api.transmitsecurity.io/cis/v1/auth/sso/start
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/v1/auth/sso/start
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/v1/auth/sso/start
- AU production environmenthttps://api.au.transmitsecurity.io/cis/v1/auth/sso/start
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/v1/auth/sso/start
curl -i -X GET \
'https://api.sbx.transmitsecurity.io/cis/v1/auth/sso/start?client_id=string&email=string&redirect_uri=string&org_id=string'