jeroenvermeulen / magento2_oauth_example

Magento 2 OAuth 1.0a example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 OAuth token exchange example

Improved and updated version of: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-oauth/#oauth-example

  • Callback URL: https://___yourdomain___/path/to/endpoint.php
  • Identity link URL: https://___yourdomain___/path/to/login.php

Beware of this bug: magento/magento2#2540 (comment)

Usage:

On your webserver in the httpdocs or public_html folder:

git  clone  https://github.com/jeroenvermeulen/magento2_oauth_example.git
cd  magento2_oauth_example
composer  install

About

Magento 2 OAuth 1.0a example


Languages

Language:PHP 100.0%