You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I was guided here by Andrea Skouras on the Support Engineering side.
Expected Behavior
When using scopes with offline_access and a defined refreshToken on our React app (using the okta-react 5.1.1) I expect the app to redirect the user to the okta sign in widget on secure routes when the user's token expires.
What's Happening
When the refreshToken expires and the user lands on a secure route we get a 400 response error from the token endpoint. (Specifically that our tokens aren't valid.)
Upon further investigation we discovered that the tokenManager isn't being cleared when a refresh is necessary.
The text was updated successfully, but these errors were encountered:
Hi I was guided here by Andrea Skouras on the Support Engineering side.
Expected Behavior
offline_access
and a defined refreshToken on our React app (using the okta-react 5.1.1) I expect the app to redirect the user to the okta sign in widget on secure routes when the user's token expires.What's Happening
Upon further investigation we discovered that the tokenManager isn't being cleared when a refresh is necessary.
The text was updated successfully, but these errors were encountered: