Test OIDC Flow (Authorization Code with PKCE)

Use discovery to fill the editable endpoint fields below, or skip it and paste the endpoints directly.
Provider Endpoints
Minimum manual setup: authorization endpoint, token endpoint, and JWKS URI. UserInfo and issuer are optional.
Client Request
Added to the authorization request URL. JSON object input is still accepted, for example {"prompt":"login"}.
Callback endpoint:
⚠ Register this Redirect URI as an allowed redirect URI in your OIDC server to see details of issued token.
Default opens a separate window. Use same-window mode when you want Chrome DevTools to stay attached to the login redirect flow.