Fix E256 with stricter pep8 error checker
[cascardo/ipsilon.git] / ipsilon / providers / saml2 / auth.py
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-04-11 Simo SorceAdd explicit error for Unknown Providers
2014-04-04 Simo SorceAdd Service and Identity Provider abstraction
2014-03-19 Simo SorceFix minor syntax issues in saml2 provider
2014-03-03 Simo SorceImprove exceptions for saml2 providers
2014-03-03 Simo SorceAdd ability to strip domain/realm per provider
2014-03-02 Simo SorceUnsplit checking functions
2014-03-02 Simo SorceAdd a way to return the email address of the user
2014-03-02 Simo SorceAdd way to return Kerberos nameid if available
2014-03-02 Simo SorceCheck the NameID policy during authentication
2014-02-26 Simo SorceAdd authentication exception support
2014-02-25 Simo SorceInitial SAML2 provider