Brown-University-Library / django-shibboleth-remoteuser

Middleware for using Shibboleth with Django
MIT License
94 stars 75 forks source link

Remove LOGOUT_SESSION_KEY code #61

Closed egroeper closed 7 years ago

egroeper commented 7 years ago

If the local shibboleth sp session gets properly destroyed by redirecting to the logout endpoint (usually /Shibboleth.sso/Logout), this workaround shouldn't be necessary (anymore).

Closes #59