Auth

Start SSO

Initiate a new Single Sign-On (SSO) session. Returns a session URL to be completed with SSO provider credentials.

post/auth/sso/start

Request body

redirect_tostring nullable

URL to redirect to after SSO completion

redirect_uristring nullable

OAuth redirect URI to use for the SSO provider callback

Response

Success

authorization_urlstring required

URL to redirect user to for SSO authentication

statestring required

State parameter for CSRF protection

redirect_uristring required

OAuth redirect URI used for the SSO provider callback

Changes

No recorded changes to this endpoint across all 1 revision of this API.