Catch unsigned logout requests and raise a 400 for now
[cascardo/ipsilon.git] / ipsilon / providers / saml2 / logout.py
2015-10-27 Rob CrittendenCatch unsigned logout requests and raise a 400 for now
2015-10-27 John DennisHandle user session data for both internal and external...
2015-10-21 Rob CrittendenFix wrong attribute name for HTTP response status code
2015-10-19 Rob CrittendenFix incorrect raise exception syntax
2015-07-16 Rob CrittendenAdd support for logout over SOAP
2015-05-11 Rob CrittendenUse plugin-specific configuration, better expiration
2015-05-11 Rob CrittendenConvert logout code to use SAML2 Store
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-03-27 Rob CrittendenTry to return a redirect instead a 400 for "not logged...
2015-03-23 Rob CrittendenWhen a new logout session is received, save old session ids
2015-02-13 Rob CrittendenImplement Single Logout Service for SP-initiated logout