Redirect URI
- Last Updated: December 7, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- GitHub 8.0
- Documentation
Attribute
RedirectURI (o2ru)
Purpose
Specifies the endpoint to which the client is returned after third-party authorization for OAuth 2.0 implementations.
Valid Values
String
where:
String
is the endpoint to which the client is returned after third-party authorization. For example, the
redirect URI for GitHub cloud accounts is http://localhost or
http://localhost:<any port number> and for GitHub
enterprise accounts is http://localhost:<any port number>
Notes
-
The redirect URI is often registered with the authentication service to provide improved security. Registering the endpoint prevents your valid authentication credentials from being redirected to a malicious site, thereby reducing the risk of sharing your access token and other sensitive information with unauthorized parties.
-
See "OAuth 2.0 authentication" for examples and more information.
Default Value
No default value
Data Type
String