-
Notifications
You must be signed in to change notification settings - Fork 91
Get API keys
Sergii Ivashchenko edited this page May 5, 2020
·
4 revisions
In order to use Adobe APIs you need to have an adobe.com account.
-
Login to console.adobe.io
-
Go to Projects tab (console.adobe.io/projects) and create a new project
- Add API to the created project
- Select "Creative Cloud" -> "Creative SDK" service. Do not select "Adobe Stock" service as it's a legacy limited API.
- Select "Oauth 2.0 Web" platform, specify the Redirect URI pattern
https://<hostname>/<backend_frontname>/adobe_ims/oauth/callback/.*
(wildcard at the end to handle the Magento admin panel secret key) and save the API
- Finally copy the Client ID and Client Secret keys from the created project
- Save the keys in the corresponding fields in Magento Stores Configuration:
Stores -> Configuration -> Advanced -> System -> Adobe Stock Integration