Get the access token.

Use this API to get the OIDC tokens by using the API client credentials or OIDC application client credentials. For API clients, the returned access tokens can be used to access the APIs that the API client has been granted access to.

Path Params
string
required
Defaults to default

The OpenID Connect provider ID. The default provider ID is "default".

Form Data
string

The authorization code. It is only required for "authorization_code" grant types.

string

The code verifier. This optional attribute is for "authorization_code" grant types, when public clients are being used.

string

The redirect URI. It is only required for "authorization_code" grant types.

string

Username credential. Only required for "password" grant type.

string

Password credential. Only required for "password" grant type.

string

Device verification code. Only required for "urn:ietf:params:oauth:grant-type:device_code" grant type.

string

The refresh token. It is only required for "refresh_token" grant types.

string

The API client's or OIDC application's client ID that is required when the basic authorization header is not set.

string

The API client's or OIDC application's client secret that is required when the basic authorization header is not set and the client is not a public client.

string

Signed and/or encrypted JWT-bearer token. It is only required for "urn:ietf:params:oauth:grant-type:jwt-bearer" grant type.

string

The JWT assertion being used to authenticate the client.

string

The format of client assertion. When using client_secret_jwt or private_key_jwt client assertion, the value here must be urn:ietf:params:oauth:client-assertion-type:jwt-bearer.

string
required
Defaults to client_credentials

The grant type. The valid grant types for API clients is: client_credentials. The valid grant types for OIDC applications are: authorization_code, refresh_token, password, urn:ietf:params:oauth:grant-type:device_code and urn:ietf:params:oauth:grant-type:jwt-bearer

string
required
Defaults to openid

A space-delimited list of scopes that are associated with this token.

Headers
string

The basic authorization header that contains a base64-encoded client ID and the client secret. Use this header as an alternative to sending the client ID and secret in the form parameters.

Responses

404

The resource was not found.

Language
URL
Choose an example:
application/json