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://localhost or http://localhost:port_number for cloud accounts.
  • http://localhost:port_number for 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