cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to activate integration in Magento 2.0

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Unable to activate integration in Magento 2.0

I have created an integration in Magento 2.0 from the Magento Admin (System > Extensions > Integrations). Filled required  fields like Name, Callback URL, Identity. But I am unable to activate it. Also when I click on activate it redirects to login page but does not come back to Integration page.
It gives warning as "Integration 'integration_name' has been sent for activation."
Can anybody let me know how much time it takes to activate the integration?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Unable to activate integration in Magento 2.0

Hi @prajakta_kalyankar

 

I think you have missed out something to insert into that integration form value page.

 

You need to enter Name and Email - then in callback URL just pass / (slash) then keep identity url blank.

 

Then from API select whatever the action you would like to apply - then click on save and try to activate it !

 

It will generate all 4 keys - consumer key , consumer secret , Access token and access token secret .

 

Refer this link for the same - https://devdocs.magento.com/guides/v2.2/get-started/authentication/gs-authentication.html

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

View solution in original post

2 REPLIES 2

Re: Unable to activate integration in Magento 2.0

Hi @prajakta_kalyankar

 

I think you have missed out something to insert into that integration form value page.

 

You need to enter Name and Email - then in callback URL just pass / (slash) then keep identity url blank.

 

Then from API select whatever the action you would like to apply - then click on save and try to activate it !

 

It will generate all 4 keys - consumer key , consumer secret , Access token and access token secret .

 

Refer this link for the same - https://devdocs.magento.com/guides/v2.2/get-started/authentication/gs-authentication.html

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Unable to activate integration in Magento 2.0

@Manthan Dave, Thanks a lot! I could do that.
But what if we want to do OAuth 1 using the POST /oauth/token/request and POST  /oauth/token/access instead of directly getting them through integration?

 

I am trying to implement OAuth1 using Postman. I have followed steps mentioned in doc: https://magento.stackexchange.com/questions/110026/magento-2-where-does-the-oauth-verifier-token-com.... But I am facing some issues. I have posted a question for that:https://community.magento.com/t5/Magento-2-x-Technical-Issues/Unable-to-get-access-token-for-Magento...

 

Could you please help me if you some information regrading this?
Thanks in advance!