Skip to main content

OidcAuthenticationRequest

Redeem a completed OIDC authorization that the callback stashed under a one-time id

Extends BaseAuthenticationRequest

Attributes (2)
AttributeTypeRequiredDescription
grant_type'oidc'YesThe grant type for the request
challenge_idstringYesThe one-time stash id from the OIDC callback redirect (the value after ?token=oidc: on /auth/callback). Single-use — the API consumes it via OidcFactorService.redeemAuthenticatedExchange.