RedirectURI
- Last Updated: July 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
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, http://localhost.
Notes
-
The redirect URI is often registered with the authentication service to provide improved security. Registering the endpoint prevents your valid authentication credentials being redirected to a malicious site; therefore, 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.
Data Source Methods
public String getRedirUri()
public void setRedirUri(String)
Default Value
No default value
Data Type
String