summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2
Commit message (Expand)AuthorAgeFilesLines
* Log a message when authentication is successful but doesn'tRob Crittenden2015-08-251-0/+2
* Fix permission check on SP updatePatrick Uiterwijk2015-08-211-2/+3
* Drop all the calls to .keys() when iterating on the keys of a dictPierre-Yves Chibon2015-08-111-1/+1
* Add support for logout over SOAPRob Crittenden2015-07-164-40/+147
* Use plugin-specific configuration, better expirationRob Crittenden2015-05-124-26/+7
* Remove expired SAML2 sessionsRob Crittenden2015-05-121-8/+37
* Convert logout code to use SAML2 StoreRob Crittenden2015-05-121-40/+38
* Create a SAML2 session during loginRob Crittenden2015-05-121-13/+4
* Change SAML2 sessions backend to use Store APIRob Crittenden2015-05-121-152/+224
* Implement ECP in IpsilonJohn Dennis2015-05-081-3/+24
* Update Copyright header point to COPYING fileRob Crittenden2015-05-086-81/+6
* pylint 1.4.3 version fixesSimo Sorce2015-05-073-9/+8
* Pull the GSSAPI principal out of the userattrsRob Crittenden2015-05-071-1/+2
* Use python logging in install / log cherrypy at right severityRob Crittenden2015-05-071-1/+2
* Drop usage of self._debug and use self.debug insteadRob Crittenden2015-05-054-21/+21
* Change references to authkrb plugin to authgssapiRob Crittenden2015-04-281-1/+1
* Add test for per-SP allowed and mapping attributesRob Crittenden2015-04-101-0/+2
* The last allowed/mapping rule can be removed in SPsRob Crittenden2015-04-101-22/+30
* Add per-SP attribute mapping and allowed attributesRob Crittenden2015-04-102-123/+130
* Rename and move PluginConfig to ConfigHelperRob Crittenden2015-04-101-2/+2
* Convert SAML2 SP Provider UI to use Config objectRob Crittenden2015-04-101-1/+91
* Print exceptions when saving data fails in admin UIRob Crittenden2015-04-101-1/+2
* Validate SP names for admin pages and RESTNathan Kinder2015-04-012-11/+14
* IdP-initiated logout for current userRob Crittenden2015-04-011-2/+9
* Try to return a redirect instead a 400 for "not logged in" stateRob Crittenden2015-03-271-9/+43
* Implement urn:oasis:names:tc:SAML:1.1:nameid-format:unspecifiedRob Crittenden2015-03-232-2/+2
* Implement urn:oasis:names:tc:SAML:2.0:nameid-format:persistentRob Crittenden2015-03-231-2/+11
* Implement urn:oasis:names:tc:SAML:2.0:nameid-format:transientRob Crittenden2015-03-231-2/+2
* When a new logout session is received, save old session idsRob Crittenden2015-03-232-1/+23
* Assertion AttributeStatements must be non-emptyJohn Dennis2015-03-181-8/+11
* Properly handle groups info in SAML providerSimo Sorce2015-03-171-0/+6
* Require admin when accessing REST pagesRob Crittenden2015-03-031-0/+3
* Implement GET and POST REST API for Service ProvidersRob Crittenden2015-02-271-0/+107
* Add support for attribute policies in samlidpSimo Sorce2015-02-241-2/+9
* Prefix userdata hives with _ to avoid conflictsSimo Sorce2015-02-241-11/+4
* Implement Single Logout Service for SP-initiated logoutRob Crittenden2015-02-133-0/+290
* Add SAML-specific session data for tracking login/logout sessionsRob Crittenden2015-02-131-0/+226
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-163-6/+0
* Use indirection to report error stringsSimo Sorce2014-11-121-13/+16
* Show login target on the login screenPatrick Uiterwijk2014-10-241-1/+2
* Add attribute mapping for user informationSimo Sorce2014-10-241-11/+26
* Move some exceptions into provider.commonSimo Sorce2014-10-241-15/+1
* Add AdminPage abstraction on top of util.PageSimo Sorce2014-10-071-6/+6
* Fix exposed functionsSimo Sorce2014-10-071-1/+1
* Use transactions throughout the codeSimo Sorce2014-09-241-14/+36
* Add support for returning user attributesSimo Sorce2014-09-241-1/+23
* Allow deferred initialization of providersSimo Sorce2014-09-241-3/+7
* Restore ability to run from checkoutSimo Sorce2014-08-271-6/+7
* Use new Log class everywhereSimo Sorce2014-08-271-11/+3
* Add optional field to allow pasting the metadataSimo Sorce2014-06-041-1/+16