OAuth 2.0 - Client Credentials
Access tokens will be requested from an OAuth 2.0 authorization server using a Client ID + Secret and then included in the authorization header of all requests.
For example,
Authorization: Bearer YWxhZGRpbjpvcGVuc2VzYW1l
Settings
Token Endpoint:
The endpoint that will be called to obtain an access token.
Client Id:
The client identifier as registered for this application.
Client Secret:
The client secret to use when fetching tokens.
Sign-In
The sign in process can be initiated automatically when processing jobs or manually using the Sign-in button.
If the authorization server rejects a request for an access token the error code and description should be shown in the OAuth Access Token table.
This likely indicates that the application registration (Client ID + Secret) has been revoked.