summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2/auth.py
Commit message (Expand)AuthorAgeFilesLines
* 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