Getting URI redirect error when while integrating with salesforce using connector
Monday, January 4, 2021 at 08:34amwe get attached error:
error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration
we get attached error:
error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration
Reply to: Getting URI redirect error when while integrating with salesforce using connector
Tuesday, January 5, 2021 at 09:32amHi Minal Shah,
Which OneSpan Sign environment are you connecting to (https://apps.esignlive.com vs https://sandbox.esignlive.com, etc)? And have you reported the issue to support team ([email protected]) with a bit more detailed steps to reproduce the error?
As per this Salesforce forums post (https://developer.salesforce.com/forums/?id=906F00000009Br4IAE), this error message is a general Salesforce error message and might be related to OAuth client redirection.
Duo
Reply to: Getting URI redirect error when while integrating with salesforce using connector
Monday, January 18, 2021 at 12:34amYou can use a connected app to request access to Salesforce data on the behalf of an external application. It's the same as the OAuth redirect URI. You must explicitly request the refresh_token scope to get a refresh token.With a refresh token, the app can interact with the user's data while the user is offline.