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
Following this issue : Issue #647 we did a fix that is not ideal : we recreate the session everytime right before the login instead of using the existing one. It has no impact as it’s only right before the login, when the user doesn’t really have anything in the session but it’s kind of ugly. We need to check if we can remove it when we’ll upgrade the saml library.
The text was updated successfully, but these errors were encountered:
isselparra
changed the title
Redirect login when token is expired
Redirect login when token is expired - Fix on login errors
Oct 31, 2024
EllynBsc
added
bug
use for describing something not working as expected
and removed
needs triage
use to identify issue needing triage from Filigran Product team
feature
use for describing a new feature to develop
labels
Oct 31, 2024
Use case
Current Workaround
Proposed Solution
Use error boundary
Additional Information
Following this issue : Issue #647 we did a fix that is not ideal : we recreate the session everytime right before the login instead of using the existing one. It has no impact as it’s only right before the login, when the user doesn’t really have anything in the session but it’s kind of ugly. We need to check if we can remove it when we’ll upgrade the saml library.
The text was updated successfully, but these errors were encountered: