Skip to content

Get API keys

Sergii Ivashchenko edited this page Oct 8, 2020 · 4 revisions

Retrieve the Adobe Stock API Key and Secret

In order to use Adobe APIs you need to have an adobe.com account.

  1. Login to console.adobe.io

  2. Go to Projects tab (console.adobe.io/projects) and create a new project

image

  1. Add API to the created project

image

  1. Select "Creative Cloud" -> "Adobe Stock" service.

image

  1. Select "Oauth 2.0 Web" platform
  • Specify the Redirect URI: https://<hostname>/<backend_frontname>/adobe_ims/oauth/callback/
  • Specify the Redirect URI pattern: https://<hostname>/<backend_frontname>/adobe_ims/oauth/callback/.* escape any dots in the hostname with preceding \\ (wildcard at the end to handle the Magento admin panel secret key)
  1. Save the configured API

image

  1. Finally copy the Client ID and Client Secret keys from the created project

image

  1. Save the keys in the corresponding fields in Magento Stores Configuration: Stores -> Configuration -> Advanced -> System -> Adobe Stock Integration

image

Clone this wiki locally