Token URI
- Last Updated: August 7, 2021
- 1 minute read
- DataDirect Connectors
- ODBC
- Autonomous Rest Connector 8.0
- Documentation
Attribute
TokenURI (o2tu)
Purpose
Specifies the endpoint for retrieving access tokens when OAuth 2.0 authentication is enabled.
Valid Values
String
where:
String
is the endpoint used to retrieve access tokens.
Notes
- By default, the connector prefixes the token URI endpoint with a GET request method. However, some OAuth implementations require that the token URI endpoint be passed with a POST request method. In this scenario, the token URI endpoint must be prefixed with POST when specifying the value of the TokenURI option. For example:
TokenURI=POST https://example.com/oauth2/authorize/. - See "OAuth 2.0 authentication" for more information.
Default Value
No default value