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
Does this problem occurs while you are logged in ?
Yes
Client
Backend client - autorizations-backend-client on commit d5b94268be668eb1d5525788671325a997ee64c6 and frontend client - 2d29349a6d96ce0fb5851d227a1f8ed80bce3dc5.
Steps to reproduce
Register account
Log in
Remove account
Try to log in
What did you expect to happened ?
I've expected backend to allow me to log in
What actually happened ?
Authorizations server has intent cached in redis, which I wasn't able to remove. This intent is also cached in cookies in browser. Because of this intent, server thinks that user is logged in, but redirecting him to backend-client ( which validates session ) shows error ( because use is not logged in ).
Simply removing intent after removing account will fix it, otherwise, do not let user remove account in 300 seconds after logging in
The text was updated successfully, but these errors were encountered:
Time when occurred
03.12.2024
Reproducibility
100%
Does this problem occurs while you are logged in ?
Yes
Client
Backend client - autorizations-backend-client on commit d5b94268be668eb1d5525788671325a997ee64c6 and frontend client - 2d29349a6d96ce0fb5851d227a1f8ed80bce3dc5.
Steps to reproduce
What did you expect to happened ?
I've expected backend to allow me to log in
What actually happened ?
Authorizations server has intent cached in redis, which I wasn't able to remove. This intent is also cached in cookies in browser. Because of this intent, server thinks that user is logged in, but redirecting him to backend-client ( which validates session ) shows error ( because use is not logged in ).
Simply removing intent after removing account will fix it, otherwise, do not let user remove account in 300 seconds after logging in
The text was updated successfully, but these errors were encountered: