Facing few issues OAUTH when trying to authorize in amazon seller central
- We are trying to authorize the amazon seller from our website(freshdesk) where we are loading Authorization URI from our end. In the amazon consent page we are getting the confirmation messages for authorizing amazon selling data.
- Once we click on the confirm button we are again landing back to the same consent page (i.e reaching FDK and again redirecting back to amazon) where it is asking us to log in to Freshworks for Amazon Sellers .
we aren’t redirected back to the redirect URI.
We would like to share a video grab and har files for the same.
Please do have a look at this. You can find all the details regarding the Amazon Seller OAuth flow here
our oauth_config.json
{
"client_id": "amzn1.application-o...<omitted>",
"client_secret": "5f6daf3b75ed734088f...<omitted>",
"authorize_url": "https://sellercentral.amazon.com/apps/authorize/consent",
"token_url": "https://api.amazon.com/auth/o2/token",
"token_type": "account",
"options": {
"scope": "read",
"version": "beta",
"application_id":"amzn1.sellerapps.app.ccae34ad-26f5-49cb-b9e8-b3eb44a488fc"
}
}
sellercentral.amazon.com1.har (6.3 MB) sellercentral.amazon.com2.har (6.0 MB)