Auth URI
- Last Updated: December 7, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- GitHub 8.0
- Documentation
Attribute
AuthURI (o2au)
Purpose
Specifies the endpoint for obtaining an authorization code from a third-party authorization service for OAuth 2.0 implementations.
Valid Values
String
where:
String
is the endpoint for retrieving the OAuth 2.0 authorization code from the third party
authorization service. For example, the auth URI for GiHub cloud accounts is
https://github.com/login/oauth/authorize and for GitHub
enterprise accounts is
https://github.*enterprise*.com/login/oauth/authorize
Notes
-
When this endpoint is queried, the authorization service presents an interface prompting the user to approve or deny access to backend data.
-
See "OAuth 2.0 authentication" for examples and more information.
Default Value
No default value
Data Type
String