Client Credential OAuth

To generate an access token by using Client Credential OAuth:
  1. Enter the following:
    1. Token URL: The URL of the token provider.
    2. Auth Provider: The token provider for the OAuth 2.0 authentication. See the Supported Token Providers.
    3. Client Id: The ID of the client that is required for authorization.
    4. Client Secret: The secret key of the client that is required for authorization.
    5. Scope: The scope for the OAuth 2.0 authentication.
  2. Click Generate token next to the Token field.
The access token is displayed in the Token field. When you generate an access token by using this method, Splunk AppDynamics automatically refreshes the access token upon expiry.