OAuth 2.0 Token Verification
This feature performs a GET request to an external HTTP endpoint, passing an OAuth access token as either a request header or query parameter. If the response code from this endpoint is >= 400, the request will be rejected and not processed through the channel.
Item | Name | Description |
---|---|---|
A | Access Token Location | Determines where the access token is located in client requests.
|
B | Verification URL | The HTTP URL to perform a GET request to for access token verification. If the response code is >= 400, the authentication attempt is rejected by the server, and the request will not be processed through the channel. |