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
Im trying to implement djangosaml2 into the project for the company i work for and they use SLO for logging users out. It turns out that the order of communication matther. The Idp will communicate with the SP and logging the user out but then after the user tries to refresh the browser, it is trying to access a dictionary that has been already emptied. Also the way the dictionary is been accessed is not totally correct. Should it not be wrapped wit ha try exception case? I guess if an exception is thrown just return an empty list?
Im trying to implement djangosaml2 into the project for the company i work for and they use SLO for logging users out. It turns out that the order of communication matther. The Idp will communicate with the SP and logging the user out but then after the user tries to refresh the browser, it is trying to access a dictionary that has been already emptied. Also the way the dictionary is been accessed is not totally correct. Should it not be wrapped wit ha try exception case? I guess if an exception is thrown just return an empty list?
Code Version
Latest Version
Expected Behavior
Returning empty list instead keyerror
Current Behavior
Keyerror
Possible Solution
reason is above
Steps to Reproduce
[
4.](
pysaml2/src/saml2/cache.py
Line 157 in 2d47437
The text was updated successfully, but these errors were encountered: