Skip to main content

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

  1. Log in to Adobe Analytics account where you want the OAuth 2.0 app to be created.

  2. Navigate to Project > create a new project.

  3. To add a project, click Add to project and click API.

  4. Choose Adobe Analytics API.

  5. Select user authentication as OAUTH.

  6. Select Web as OAUTH and provide the redirect URI.

  7. To save, click save credential.

  8. 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:

  1. Login to the Trifacta Application as a workspace administrator.

  2. In the lefthand menu, select User menu > Admin console > OAuth2.0 Clients.

  3. In the OAuth2.0 Clients page, click Register OAuth2.0 Client.

  4. 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.

  5. 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.