OIDC setup guide
This is the hands-on companion to SSO (the architecture overview). It walks through adding a real provider, signing in through it, and approving the resulting user — using real screenshots captured against a Generic OIDC provider configured against Google, plus the JWT claim trace that applies to every provider identically.
- You need the Organizations administrator role for the target organization (or system admin).
- The host running the SSO Gateway needs outbound HTTPS to the IdP’s discovery, authorization, token, and JWKS endpoints.
- Register the CYPEX callback URL on the IdP side before you save the provider — the default is
{app-origin}/auth/{providerType}/callback(e.g.http://localhost:4000/auth/oidc/callbackin dev), and the gateway rejects a login whose storedcallbackUrldoesn’t match the IdP’s registered redirect URI byte-for-byte.
Under Authentication → SSO Providers → Add provider: