Magento OAuth prerequisites
Introduction
This page explains how to create and activate an integration in your Magento Admin panel. You need this integration to use OAuth-based authentication (OAuth 1.0a) in a Magento connection.
For developers creating custom modules, see Adobe's guide for creating integrations programmatically.
Create a Magento integration
To create a Magento integration, complete these steps in the Magento Admin panel:
-
Log in to your Magento Admin panel at
https://yourstore.com/admin
. Replacehttps://yourstore.com/
with your Magento domain. -
Navigate to System > Extensions > Integrations.
-
Click Add New Integration. Fill in the required Name and Email fields. You can leave other fields empty.
-
Click the API tab and select the Magento resources that your integration can access.
-
Save and activate the integration.
Get your credentials
After you activate the integration, a dialog box displays these credentials:
- Consumer Key
- Consumer Secret
- Access Token
- Access Token Secret
Copy these values and enter them in the corresponding fields in the Magento connection.