Configuring Adobe Credentials

The Adobe Management extension allows you to configure Adobe credentials for a particular marketplace and different environments. In this section you will learn how to:

  • Configure Adobe credentials for a marketplace.

  • Edit Adobe credentials.

Note: Once the credentials are configured in the Adobe Management Settings extension, the connector will no longer use the credentials configured in marketplace configuration parameters.

Configuring Adobe Credentials for a Marketplace

  1. Go to the Settings module in the CloudBlue Connect Distributor portal and look for the Adobe Management extension in the left menu, under Extensions.

    Note: If the Adobe Management Settings extension is not installed yet, refer to the Installing the Adobe Management extension section.

  2. Click Adobe Management extension and then click the Credentials tile.

  3. Select the tab corresponding to the environment for which you wish to configure the credentials: Test or Production.

  4. Click Add Credentials and provide the information in the following fields:

    • Product: Select the Adobe product for which you want to configure the credentials.

    • Marketplace: Select the marketplace for which you wish to configure the credentials. Only the available marketplaces available to you as a distributor will be displayed.

    • Enter the credentials in JSON format.

      OAuth example for a test environment:

      Copy
      {
          "api_key":"XXXXXXXXXXXXXXXXXXXXXXXXXX",
          "adobe_client_secret":"XXXXXXXXXXXXXXXXXXXXXXXXXX",
          "oauth_url":" https://ims-na1-stg1.adobelogin.com",
          "url":" https://partnersandbox-stage.adobe.io"
      }

      OAuth example for a production environment:

      Copy

          "api_key":"XXXXXXXXXXXXXXXXXXXXXXXXXX"
          "adobe_client_secret":"XXXXXXXXXXXXXXXXXXXXXXXXXX",
          "oauth_url":" https://ims-na1.adobelogin.com",
          "url":" https://partners.adobe.io" 
      }

      JWT example for a test environment:

      Copy
      {
          "private_key": "-----BEGIN PRIVATE KEY----- XXXXXX -----END PRIVATE KEY-----",
          "adobe_client_secret": "XXXXXXX",
          "jwt_payload": '{"iss":"XXXXX@AdobeOrg","sub":"XXXX@techacct.adobe.com","
          https://ims-na1-stg1.adobelogin.com/s/ent_partners_sdk":true,"aud":"https://ims-na1-stg1.adobelogin.com/c/XXXXXX"}',
          "api_key": "XXXXXX",
          "distributorid": "XXXXXXXXXX",
          "url": "https://partnersandbox-stage.adobe.io",
          "jwt_url": "https://ims-na1-stg1.adobelogin.com"
      }

      JWT example for a production environment:

      Copy
      {
      "private_key": "-----BEGIN PRIVATE KEY----- XXXXXX -----END PRIVATE KEY-----",
      "adobe_client_secret": "XXXXXXX",
      "jwt_payload": '{"iss":"XXXXX@AdobeOrg","sub":"XXXX@techacct.adobe.com","
      https://ims-na1.adobelogin.com/s/ent_partners_sdk":true,"aud":"https://ims-na1.adobelogin.com/c/XXXXXX"}',
      "api_key": "XXXXXX",
      "distributorid": "XXXXXXXXXX",
      "url": "https://partners.adobe.io",
      "jwt_url": "https://ims-na1.adobelogin.com"
      }
  5. Click Save and then click OK.

  6. Validate if the credentials are valid by clicking the corresponding Validate button. If the credentials are correct, the status will change to Valid. If an Error status is displayed, check your credentials, edit them as required and try again.

The credentials for the Test and Production environments will be displayed in corresponding tabs at the top.

Editing the credentials

If for some reason you need to edit the Adobe credentials for a particular marketplace, you can do so by completing the following steps:

  1. Go to the Adobe Management extension (SettingsAdobe Management).

  2. Click the Credentials tab and then select the environment: Test or Production.

  3. Click on the row corresponding to the credentials that you would like to edit.

  4. Click the pencil icon and enter the new required credentials in JSON format.

  5. Click Save and then click OK.

  6. Validate if the credentials are valid by clicking the corresponding Validate button. If the credentials are correct, the status will change to Valid. If an Error status is displayed, check your credentials, edit them as required and try again.

  7. Click Save.

CloudBlue, an Ingram Micro business, uses cookies to improve the usability of our site. By continuing to use this site and/or logging in you are accepting the use of these cookies. For more information, visit our Privacy Policy.