Sign In With SSO
Authentication
Request
The URL to redirect to after successful sign-in.
The email address to sign in with. Used to resolve the provider via the email domain; optional if providerId, domain, or organizationSlug is provided.
The URL to redirect to if the sign-in flow fails.
The URL to redirect to after sign-in if the user is newly registered.
Login hint to send to the identity provider (e.g., email or identifier). If supported, sent as ‘login_hint’.
Extra query parameters to append to the OIDC provider authorization URL. RFC 6749 reserved keys (state, client_id, redirect_uri, response_type, code_challenge, code_challenge_method, scope) are rejected. Not supported for SAML providers.
Explicitly request sign-up. Useful when disableImplicitSignUp is true for this provider.
Response
Authorization URL generated successfully for SSO sign-in
The authorization URL to redirect the user to for SSO sign-in