Skip to Content

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:

  1. Log in to your Magento Admin panel at https://yourstore.com/admin. Replace https://yourstore.com/ with your Magento domain.

  2. Navigate to System > Extensions > Integrations.

  3. Click Add New Integration. Fill in the required Name and Email fields. You can leave other fields empty.

  4. Click the API tab and select the Magento resources that your integration can access.

  5. 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.