Task #646
closedRandom logout continues
100%
Description
IdM pretty randomly logs users out.
My suspicion - reusing extended token on FE is broken.
Related issues
Updated by Jan Helbich over 7 years ago
- Related to Defect #610: IdM randomly log out users added
Updated by Jan Helbich over 7 years ago
- Related to Defect #521: Logout after role assignment added
Updated by Radek Tomiška over 7 years ago
I think extend token expiration feature on frontend was never implemented, so it makes sense.
Updated by Jan Helbich over 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
The feature was implemented, tested and is even currently working, however it seems that I've missed something.
For example if I set token expiration to a few seconds and continue clicking, the token is continuously refreshed and I work in the app without problems.
I think the problem may be in extended token retrieval after multiple concurrent request from FE.
I'm currently looking into the issue.
Updated by Jan Helbich over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
After looking into the issue in depth, the problem seems to be only in our project.
We've created 'czechidm-app' FE module before authentication was enhanced and token expiration extension was implemented, but it was never merged back to our project.
I've tested the behavior on the product and it seems working without any issues.
Therefore I'm closing this ticket.