| Name |
Unique name for the third-party OAuth connection. |
| Client ID |
The client ID of the application registered in the third-party OAuth server. |
| Client Secret |
The client secret of the application registered in the third-party OAuth server. |
| OAuth API Script |
The script used to customize requests and responses to the external OAuth provider. |
| Logo URL |
The OAuth application logo URL. |
| Default Grant type |
Choose: Client Credentials: The client ID and client secret, which are both used to get the access token. This method does not provide refresh tokens. |
| Refresh Token Lifespan |
Time, in seconds, that the refresh token is valid. The default time is 8,640,000 seconds. |
| Public Client |
Enables public clients to require PKCE for an authorization.注: You can use only Authorization Code as the Default Grant type when PKCE is enabled. |
| Comments |
Add any comments regarding the OAuth app. |
| Application |
Application and scope that contain this record. |
| Accessible from |
Make this app accessible from all application scopes or from this scope only. |
| Active |
Select the check box to make the app active. |
| Authorization URL |
The OAuth authorization code endpoint. |
| Token URL |
The OAuth server token endpoint. |
| Token Revocation URL |
The OAuth server token revocation endpoint. |
| Redirect URL |
The OAuth callback endpoint. If blank, the instance auto-generates an entry. |
| Use mutual authentication |
Check the box to use mutual authentication for token request and revocation. This feature requires a mutual authentication profile to be specified. |
| Send Credentials |
Choose: As Private Key JWT |
| JWT Provider |
JWT Provider details. You can use the lookup to select the JWT provider. |