Authorization Code OAuth
- Enter the following:
- Token URL: The URL of the token provider.
- Auth Provider: The token provider for the OAuth 2.0 authentication. See the Supported Token Providers.
- Client Id: The ID of the application that is required for authorization.
- Client Secret: The secret key of the application that is required for authorization.
- Redirect URL: The URL of the application where the user will be redirected by the OAuth server after authorization.
- Auth URL: The URL of the OAuth server that will authorize the application.
- Click Authorize.
- Enter the Authorization Code. The code is provided by the OAuth server after authorizing the application and is required to generate the token. This authorization code is available on the URL after you approve the authorization.
- Enter the Scope of the OAuth 2.0 authentication.
- Click Generate token next to the Token field.