Hi,
We are building an app which uses OAuth to authorize the user’s Salesforce account. We are facing some issue related the authorization and seems sporadic. Please find the details below.
This is the OAuth config we used in the app:
{ "client_id": "XXX", "client_secret": "YYY", "authorize_url": "https://login.salesforce.com/services/oauth2/authorize", "token_url": "https://login.salesforce.com/services/oauth2/token", "token_type": "account", "options":{ "scope": "api full web refresh_token offline_access" } }
We are getting the below errors while installing or while reauthorizing the app and it is sporadic.
We are unable to debug it from our side so requesting you to help me debug this issue further.
Please let me know if you need more details.
Thanks,
Kannan