Skip to content

oauth

Auto Added by WPeMatico

Authorization issue

<response> <message>The consumer isn’t authorized to access %resources./message> <parameters> <resources>Magento_Customer::customer</resources> </parameters> </response> I am getting this issue when trying to fetch the customers from magento2.3.why.how to solve

Magento provider for Apache airflow

I’m trying to create magento provider for Apache airflow. I need community support to merge that pull request. https://github.com/apache/airflow/pull/41556 Please let me know who are interested to contribute this.

How to make oauth request using guzzlehttp

I am trying to connect two magento2 instances through REST API. I have already created Endpoints. I am using GuzzleHttpClient to make request. How to implement Oauth Using guzzlehttp. Any other solutions also fine.