Add support for IdP-initiated login
[cascardo/ipsilon.git] / ipsilon / providers / saml2idp.py
2015-11-14 Rob CrittendenAdd support for IdP-initiated login
2015-10-27 John DennisHandle user session data for both internal and external...
2015-09-16 John DennisModify is_lasso_ecp_enabled() to test for library symbol
2015-09-04 Patrick UiterwijkImplement automatic database cleanup
2015-09-04 Rob CrittendenFlip some debug messages to error messages in SAML2...
2015-09-04 Rob CrittendenEnd-user UI for SP Portal
2015-08-31 Patrick UiterwijkCreate database upgrade framework
2015-08-31 Patrick UiterwijkMove initialization of SAML2 cleanup to init_idp
2015-07-17 Patrick UiterwijkOnly initialize the SAML IDP when actually enabled
2015-07-16 Rob CrittendenAdd support for logout over SOAP
2015-05-11 Rob CrittendenUse plugin-specific configuration, better expiration
2015-05-11 Rob CrittendenRemove expired SAML2 sessions
2015-05-11 Rob CrittendenUpdate IdP-initiated logout to use SAML2 Store
2015-05-08 Patrick UiterwijkImplement change registration
2015-05-08 John DennisImplement ECP in Ipsilon
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-05 Rob CrittendenDrop usage of self._debug and use self.debug instead
2015-04-28 Rob CrittendenChange references to authkrb plugin to authgssapi
2015-04-08 Nathan KinderExtend default SAML IdP metadata validity period
2015-04-02 Rob CrittendenIdP-initiated logout for current user
2015-03-23 Rob CrittendenMake unspecified the default Name ID format, add to...
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:2.0:nameid-format...
2015-02-27 Rob CrittendenLoad and initialize REST in the SAML2 plugin
2015-02-26 Patrick UiterwijkAdd uninstallation support.
2015-02-24 Simo SorceAdd support for attribute policies in samlidp
2015-02-13 Rob CrittendenImplement Single Logout Service for SP-initiated logout
2015-02-13 Rob CrittendenRegister SingleLogoutService SAML2 metadata
2015-01-29 Simo SorceAdd expiration to Idp metadata
2015-01-29 Simo SorceAdd Metadata Generator helper class
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-11-12 Simo SorceRefactor plugin initialization and enablement
2014-11-12 Simo SorceRefactor plugin configuration
2014-11-12 Simo SorceIn configure we do not need to set_config()
2014-10-07 Simo SorceAdd AdminPage abstraction on top of util.Page
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceAllow deferred initialization of providers
2014-09-24 Simo SorceDeclare admin attribute
2014-06-17 Simo SorceStrenghten default Security options in IDP
2014-06-04 Simo SorceAllow turning off security at install time
2014-05-19 Simo SorceFix generation fo server's metadata file
2014-05-02 Simo SorceAlways use saml by default
2014-04-21 Simo SorceMake it easy to install mutiple server instances
2014-04-21 Simo SorceMove fixing files functionality to tools
2014-04-11 Simo SorceSimplify metadata add_service signature
2014-04-11 Simo SorceMove accessory functions to a generic tools module
2014-04-11 Simo SorceAdd debug logging of lasso library
2014-04-11 Simo SorceReturn Idps metadata file on request
2014-04-11 Simo SorceFix generation of endopint URLs
2014-04-04 Simo SorceAdd Service and Identity Provider abstraction
2014-04-04 Simo SorceNo need to have a separate certificate file
2014-03-28 Simo SorceSaml2 initial admin page
2014-03-20 Simo SorceAdd saml2 configuration code
2014-03-02 Simo SorceAdd a way to return the email address of the user
2014-03-02 Simo SorceCheck the NameID policy during authentication
2014-02-27 Simo SorceAdd Service Provider class
2014-02-25 Simo SorceInitial SAML2 provider