/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 Foundto yourredirect_uriwithcodeandstatequery params. - On failure, redirects with
erroranderror_description(andstateif provided).

