Replies: 2 comments
-
Also related: others struggling with the same issues. Workarounds are a pain. https://salesforce.stackexchange.com/questions/350610/error-authenticating-with-the-refresh-token-due-to-expired-access-refresh-token |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming session. We prioritize feature requests with more upvotes and comments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I occasionally use VMs to run testing, and because I can go a few months between authing into an org, the access token is expired. There is no easy way to re-auth into the org, but I would like re-auth to happen automatically! This specific error happened when I was trying to open the org to check the auth status.
Describe the solution you'd like
What would be great is if we receive an error for the expired auth/refresh token, we ask if the user would like to either:
Describe alternatives you've considered
Today, I need to log out, or log back in with the same alias. Sometimes I get the alias wrong, or add multiple aliases, which I don't want either. And there have been times where auth has been weird and I haven't been able to re-auth with the same alias, which is an extra frustrating pain.
Additional context
This is related to @mshanemc's previous request to check for the org connection (#1073). It would also be great if we could proactively check for expired orgs and provide the opportunity to reauth. The extensions can get weird sometimes when we're not authed as he pointed out, and that's partly why I went to the open the org to see if it needed a new auth token... I would rather the extensions know that it's expired and help me fix my org state.
Beta Was this translation helpful? Give feedback.
All reactions