/auth
endpoint.
Query Parameters
Your application’s OIDC client identifier.
Exact match to a pre‑registered redirect URI for your client.
Must be
code
.Space‑delimited scopes. Must include
openid idv
. Supported: openid
, idv
.PKCE code challenge (recommended for public clients).
Must be
S256
when code_challenge
is present.Recommended to bind the ID Token to a client session.
Behavior
- If successful, responds with
302 Found
to yourredirect_uri
withcode
andstate
query params. - On failure, redirects with
error
anderror_description
(andstate
if provided).