Request Login Page
Example Request/Response
Send Login Page
Redirect to SSO Identity Provider page
Example Request/Response
Redirect to the TrueFoundry Auth Server with code
Example Request/Response
Validate & Create User if it doesn't exist
Example Request/Response
example@example.com
to user in TrueFoundry Auth Server and redirects to TrueFoundry Control Plane.Redirect to TrueFoundry Control Plane with the OAuth authorisation code
Example Request/Response
Request tokens using OAuth authorisation code
Example Request/Response
Return authentication tokens
Set tokens as an HttpOnly Cookie
Create a client application in your IdP
https://login.truefoundry.com/oauth2/callback
Fill up the TrueFoundry SSO settings form
Client ID
Client Secret
Discover endpoints
— If you enable this as True, we will automatically discover the endpoints from the issuer URL. If you mark this as disabled, you will need to manually set the Authorization Endpoint
, Token Endpoint
and UserInfo Endpoint
Issuer URL
- your IdP’s issuer - used with discovery to auto‑populate endpoints.Scopes
- Space separated list of scopes. Defaults to openid email
Button Text
/ Button Image URL
- customize the login button.Email Claim
- claim/attribute carrying the user’s email (default: email
).Unique ID Claim
- claim/attribute carrying a unique user ID (default: sub
).