v1

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

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

Request body

client_idstring

The ID of the requesting client.

client_secretstring

The secret of the requesting client.

codestring required

The authorization code received from the provider's authorization endpoint.

code_verifierstring

The code verifier associated with the authorization code.

grant_typestring required

The authorization grant type. The following grant types are supported: 'authorization_code'.

redirect_uristring required

The callback location where the authentication response was sent.

Response

OK