summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Add test for per-SP allowed and mapping attributesRob Crittenden2015-04-101-0/+2
* Add per-SP attribute mapping and allowed attributesRob Crittenden2015-04-101-3/+14
* Implement urn:oasis:names:tc:SAML:1.1:nameid-format:unspecifiedRob Crittenden2015-03-231-0/+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
* Assertion AttributeStatements must be non-emptyJohn Dennis2015-03-181-8/+11
* Properly handle groups info in SAML providerSimo Sorce2015-03-171-0/+6
* 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-131-0/+19
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-161-2/+0
* 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
* Use transactions throughout the codeSimo Sorce2014-09-241-14/+36
* Add support for returning user attributesSimo Sorce2014-09-241-1/+23
* Fix E256 with stricter pep8 error checkerSimo Sorce2014-05-201-2/+2
* Add explicit error for Unknown ProvidersSimo Sorce2014-04-111-1/+11
* Add Service and Identity Provider abstractionSimo Sorce2014-04-041-1/+1
* Fix minor syntax issues in saml2 providerSimo Sorce2014-03-191-1/+1
* Improve exceptions for saml2 providersSimo Sorce2014-03-021-11/+5
* Add ability to strip domain/realm per providerSimo Sorce2014-03-021-2/+4
* Unsplit checking functionsSimo Sorce2014-03-021-12/+6
* Add a way to return the email address of the userSimo Sorce2014-03-021-0/+4
* Add way to return Kerberos nameid if availableSimo Sorce2014-03-021-1/+4
* Check the NameID policy during authenticationSimo Sorce2014-03-021-5/+31
* Add authentication exception supportSimo Sorce2014-02-261-5/+30
* Initial SAML2 providerSimo Sorce2014-02-241-0/+168