Options | Description |
---|---|
Access Token Expiry Action | Action to be taken if the access token is expired. The available options are: • Do not refresh • Refresh with client credentials • Refresh with password credentials |
Access Token | Specifies security token which grants access to the given REST endpoint in OAuth 2.0 |
Access Token URL | The endpoint which is called to generate an access token in exchange of the authentication code. |
Client ID | This is sometimes referred to as the consumer key. |
Client Secret | This is sometimes referred to as the consumer secret. |
Client Authentication | Specifies whether the client credentials are passed to the authorization API in the body or as a basic authentication header. |
Username | User name for authentication. |
Password | Password for authentication. |
Security Token | This token is provided by the Service provider. If not provided, it is already appended to the password. This is an optional field. |
Options | Description |
---|---|
Grant Type | Refers to the way an application gets an access token. The available options are: • Authentication Code • Authentication Code with PKCE • Client Credentials • Password Credentials |
Access Token URL | The endpoint which is called to generate an access token in exchange of the authentication code. |
Client ID | This is sometimes referred to as the consumer key. |
Client Secret | This is sometimes referred to as the consumer secret. |
Client Authentication | Specifies whether the client credentials are passed to the authorization API in the body or as a basic authentication header. |
Redirect URL | Configure the application to include the given redirected URL: {server}/v1/integ/services/oauth2/actions/generate-tokens |
Authentication URL | This endpoint is called to generate the authentication code. |
Scope | Specifies the multiple values with the spaces between them. |
Resource | A URL that indicates resource/target services where the token is intended to be used. |
Audience | A URL that indicates target audiences/services where the token is intended to be used. |
Code Challenge Method | This is an algorithm used for code challenge. |
Authorize button | Click to generate the access token. |
Get Tokens button | Calls the server which in return calls the Access Token URL to get the access token and may request a token. |
Username | User name for authentication. |
Password | Password for authentication. |
Access Token | Specifies security token which grants access to the given REST endpoint in OAuth 2.0 |
Refresh Token | This is used to get new access token. This is an optional field. |
Options | Description |
---|---|
Grant Type | Refers to the way an application gets an access token. The available options are: • Client Credentials • Password Credentials |
Access Token URL | The endpoint which is called to generate an access token in exchange of the authentication code. |
Client ID | This is sometimes referred to as the consumer key. |
Client Secret | This is sometimes referred to as the consumer secret. |
Client Authentication | Specifies whether the client credentials are passed to the authorization API in the body or as a basic authentication header. |
Scope | Specifies the multiple values with the spaces between them. |
Audience | A URL that indicates target audiences/services where the token is intended to be used. |
Resource | A URL that indicates resource/target services where the token is intended to be used. |
Username | User name for authentication. |
Password | Password for authentication. |