Access
Sso Callback Redirect
Custom SSO callback endpoint that redirects to SuperTokens.
This endpoint:
- Accepts clean URL path: /auth/sso/callback/{organization_slug}/{provider_slug}
- Validates the organization and provider exist
- Builds SuperTokens thirdPartyId: sso:{organization_slug}:{provider_slug}
- Redirects to SuperTokens callback: /auth/callback/{thirdPartyId}
SuperTokens then handles:
- Exchange code for tokens (using our dynamic provider config)
- Get user info
- Call our sign_in_up override (creates user_identity, adds user_identities to session)
- Redirect to frontend with session cookie
get/auth/sso/callback/{organization_slug}/{provider_slug}
Path parameters
organization_slugstring required
provider_slugstring required
Response
Successful Response
{"stackTrail":"paths:/auth/sso/callback/{organization_slug}/{provider_slug}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}