Authentication Profile data instances
|
|
Complete the OAuth 2.0 tab to create an authentication profile with OAuth 2.0 authentication. Consult the API guide of the external application (OAuth 2.0 provider) that you want to connect to, to learn how to obtain the values that are required for the fields on this tab.
Enter the basic details for the OAuth 2.0 authentication profile.
Field |
Description |
OAuth provider | Select or create an OAuth 2.0 Provider data instance. The system automatically populates the Grant type field. |
Grant type | Select the grant type for the OAuth 2.0 provider. |
Enter the credentials that you require to access OAuth 2.0-protected resources in the external application.
Field |
Description |
Identifier | Required. Enter the client ID that is provided by the external application. |
Secret | Required. Enter the client secret that is provided by the external application. |
Scope | Enter the scope as specified in the API guide of the external application and as configured for this client. |
Redirect URI endpoint | Enter a URI here and in your OAuth 2.0 provider to specify the target endpoint to redirect to upon authorization. |
Revoke access tokens | Click to revoke all access tokens that are generated by the external application for this OAuth 2.0 client. |
Some OAuth 2.0 providers require additional custom parameters that you can use with the standard parameters when you invoke endpoint URLs. Add the custom parameters in this section.
Field |
Description |
Authorization code | Provide any custom parameters as required for the authorization code endpoint. |
Access token |
Provide any custom parameters as required for the access token endpoint. |
Revoke token | Provide any custom parameters as required for the revoke token endpoint. |