OAuth 2.0 for Adobe Analytics
This section describes the steps to configure the Trifacta Application to integrate with your Adobe Analytics deployment using OAuth 2.0 to authenticate.
Create OAuth 2.0 Client for Adobe Analytics
Log in to Adobe Analytics account where you want the OAuth 2.0 app to be created.
Navigate to Project > create a new project.
To add a project, click Add to project and click API.
Choose Adobe Analytics API.
Select user authentication as OAUTH.
Select Web as OAUTH and provide the redirect URI.
To save, click save credential.
After the app is created, copy the Client ID and Client Secret values to a text file.
Register the OAuth 2.0 Client
After the Adobe Analytics connected app is created, you must create an OAuth 2.0 client in the Trifacta Application, which is used to integrate with the OAuth 2.0 connected app that you created above.
Note
You must create one OAuth 2.0 client in the Trifacta Application for each Adobe Analytics connected app that you wish to use.
Steps:
Login to the Trifacta Application as a workspace administrator.
In the lefthand menu, select User menu > Admin console > OAuth2.0 Clients.
In the OAuth2.0 Clients page, click Register OAuth2.0 Client.
Specify the new client. Apply the following values:
Setting
Description
Type
Set to Adobe Analytics
Name
Display name for the OAuth 2.0 client in the Trifacta Application.
Client ID
Set this value to the Client ID created above.
Client Secret
Set this value to the Client Secret value created above.
Authorization URL
Set this value to the following:
https://ims-na1.adobelogin.com/ims/authorize/v1
Token URL
Set this value to the following:
https://ims-na1.adobelogin.com/ims/token/v1
Scopes
For more information, see https://developer.adobe.com/developer-console/docs/guides/authentication/OAuth/Scopes/
Access Token Expires In
Set this value to
3600000
.Refresh Token Expires In
Set this value to
0
.To save your OAuth 2.0 client, clickCreate.
For more information, see Create OAuth2 Client.
Create Adobe Analytics Connection
After you have created the two OAuth 2.0 client references, you can create a connection to your Adobe Analytics data.
Note
You must create a separate connection for each OAuth 2.0 client that is available in the Trifacta Application.
For more information, see Adobe Analytics Connections.