v1

latestSwagger 2.02026-07-174512.1 KB

post/token

Request body

grant_typestring required

The OAuth2 / OIDC Grant / Flow Type

client_idstring required

The OAuth2 client identifier

codestring required

The OAuth2 Authorization Code

redirect_uristring required

The registered redirect (callback) URI for the OAuth2 application definition.

scopestring required

The requested OAuth2 scope.

token_endpointstring required

The Token Endpoint URL for this OAuth2 Provider

sslValidateboolean required

Validate the token endpoint SSL/TLS certificate

resourcestring

Resource parameter

refresh_tokenstring

OAuth2 Refresh Token needed for Refresh Grant

usernamestring

The username used with the OAuth2 Resource Owner Credential Grant

passwordstring

The password used with the OAuth2 Resource Owner Credential Grant

client_secretstring

The client secret for a confidential client

customParamsobject

List of key:value pairs

Response

200 response

access_tokenstring required

The OAuth2 Access Token

id_tokenstring

The OpenID Connect ID Token

refresh_tokenstring

The OAuth2 Refresh Token

expires_instring required

How long the access token is valid (seconds)

token_typestring

The OAuth2 Access Token type

All 4 operations