v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
identity

post/identity/oidc/provider/{name}/authorize

Request body

client_idstring required

The ID of the requesting client.

code_challengestring

The code challenge derived from the code verifier.

code_challenge_methodstring

The method that was used to derive the code challenge. The following methods are supported: 'S256', 'plain'. Defaults to 'plain'.

max_ageinteger

The allowable elapsed time in seconds since the last time the end-user was actively authenticated.

noncestring

The value that will be returned in the ID token nonce claim after a token exchange.

redirect_uristring required

The redirection URI to which the response will be sent.

response_typestring required

The OIDC authentication flow to be used. The following response types are supported: 'code'

scopestring required

A space-delimited, case-sensitive list of scopes to be requested. The 'openid' scope is required.

statestring

The value used to maintain state between the authentication request and client.

Response

OK