-
Notifications
You must be signed in to change notification settings - Fork 91
Get API keys
Sergii Ivashchenko edited this page Oct 8, 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" -> "Adobe Stock" service.
- 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)
- Save the configured 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