Trusted apps

Talent Suite’s OAuth support enables any app or website to request an access token. In general, when an app requests an access token, Talent Suite will ask the user whether they want to authorize the app; it’s up to the user to decide whether to grant access.

Authorize app?

Sometimes, however, you’ll want to allow an app to access a user’s account without requiring explicit authorization from the user. You can do this by designating the app as a trusted app.

You can configure trusted apps by navigating to System Configuration in the Manage Center, and selecting the Security Management category. Configure each trusted app as a URL, which Talent Suite will compare with the redirect_uri provided by the app when it requests a token. We recommend configuring the full URL; however, the redirect_uri is considered to be trusted if the scheme, host and port match exactly, and the trusted app URL path is a prefix of the redirect_uri path.

Trusted apps