django-shibboleth-adapter icon indicating copy to clipboard operation
django-shibboleth-adapter copied to clipboard

Clarify in Readme.md what happens if you log out from shibooleth

Open KonstantinSchubert opened this issue 9 years ago • 0 comments

If I understand the code correctly, logging our from shibboleth means that this comparison in the middleware turns our false:

https://github.com/KonstantinSchubert/django-shibboleth-adapter/blob/master/shibboleth/middleware.py#L38

Thus, logging our from shibboleth means that the user will also be removed from our app.

KonstantinSchubert avatar Jul 19 '15 10:07 KonstantinSchubert