-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
Hello everyone
When the user opens more than two tabs simultaneously, after a while, all tabs start to refresh continuously. As we investigated, this issue probably is related to the refresh token mechanism, in which all tabs have shared one Local Storage in the browser. There is a chance that tabs override tokens values of each other
This could be related to [https://github.com/manfredsteyer/angular-oauth2-oidc/issues/850]
In addition, when the system is idle for a while, it spontaneously redirects the user to the first page. This is a big issue, this happens when the Refresh Token is expired and the front clients need to acquire a new Refresh Token.
Here are our Identity client token times:
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
5.3
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
Separate Auth Server
Operation System
Windows (Default)
Other information
No response