[SalesForce] error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration

I am connecting two salesforce orgs with connected app, named credential and Auth Provider.

  1. I have created connected app in target sandbox.
  2. Created Auth Provider in source org by providing Consumer and secret key from above connected App.
  3. Updated connected app callback URL with the call back url from Auth provider.
  4. Created named credential from above Auth provider.

When trying to authorise I am getting following error "error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration". Can some one help me understand what I am doing wrong.

Best Answer

I had the same problem. I found that callback url in the connected app should be the same as you have in your redirect_uri. I tested it with a tool called postman, maybe that can help you as well.

Related Topic