OAuth Policy File Fields
The OAuth 2.0 policy file contains the following fields:
Field | Description | Example Value |
---|---|---|
Provider | Specifies the provider for authorization server used for authentication. The supported values are as follows: | Tibco |
ClientID | Specifies the client identifier issued to the client by the authorization server during the registration process. | gateway |
ClientSecret | Specifies the client secret of the registered application. | UbrJ0YxG |
CallbackURI | Optional. Specifies the callback URL. | https://localhost:9333/asg/oauth2/client/callback |
Scopes | Specifies a list of comma separated scopes. | public |
AuthorizationEndpoint | Specifies an endpoint on the authorization server where the client requests for authorization. | https://localhost:9333/asg/oauth2/authorization |
TokenEndpoint | Specifies an endpoint on the authorization server where the client requests for access token. | https://localhost:9333/asg/oauth2/access_token |
Username | Optional. Specifies the user name of the resource owner who requests the token. | asgtibcouser |
Password | Optional. Specifies the password of the resource owner who requests the token. | asgtibcopass |
Copyright © Cloud Software Group, Inc. All rights reserved.