• Maya Peterson 10
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 1
    Replies
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.
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.