RedirectURI
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- GitHub 6.0
- Documentation
Purpose
Specifies the endpoint to which the client is returned after authenticating with a third-party service when OAuth 2.0 authentication is enabled.
Valid Values
String
where:
String
is the endpoint to which the client is returned after third-party service authorization. For example,
http://localhostorhttp://localhost:port_numberfor cloud accounts.http://localhost:port_numberfor enterprise accounts.
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