Sign in
Choose a provider. Identity federates to a single trusted upstream and creates a session here once you're signed in.
Continue with…
What happens next
- You're redirected to the provider; they authenticate you.
- Provider sends you back to
/callback/<provider>(or an allow-listed mount variant like/auth/callback/<provider>) with an authorization code. - Identity exchanges the code, verifies the returned
id_tokenagainst the provider's JWKS, and finds-or-creates your UUID. - An Identity-side session cookie is set. From that point you're signed in — at
id.prx.isonly; consumer apps still create their own sessions in M5.