function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Starforce1Starforce1 

OAUTH 2 Refresh Token Limit of 5 per Connected App

I know this issue has been brought up several times, but there has not been a solid answer/solution. This is regarding OAUTH 2, REST API and Connected Apps.

Problem: There is a 5 Refresh Token limit per Connected App
What does this mean: This means if there has been 5 users that logged in via OAUTH, when the 6th user logs in, it invalidates the 1st login's refresh token.

This has been brought up here (but no solution): https://salesforce.stackexchange.com/questions/65590/what-causes-a-connected-apps-refresh-token-to-expire and also by Salesforce itself: https://help.salesforce.com/articleView?id=remoteaccess_request_manage.htm&type=0

Has anybody found a solution around this Refresh Token limit? The goal is to avoid users having to re-login after the initial authentication flow.
Maya Peterson 10Maya Peterson 10
Has this been resolved? We are having the same issue.