Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run flynt -tc + black + isort | Aarni Koskela | 2022-11-15 | 2 | -357/+357 |
| | |||||
* | Format code with black and isort | Ivan Kanakarakis | 2022-10-01 | 5 | -734/+733 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Update saml_uri.py | benjaminbecker | 2019-08-22 | 1 | -2/+2 |
| | | | | According to https://tools.ietf.org/html/rfc2985 the urn for emailAddress has to be `1.2.840.113549.1.9.1`. In saml_uri.py this is not implemented correctly. The current version uses `PKCS_9+'1'` which equals to `1.2.840.113549.1.9.1.1`. This can be fixed by deleting the trailing '1.' from line 8. This should not cause any side-effects, because the variable `PKCS_9` in combination with `+'1'`. | ||||
* | Made the ADFS v1.x URIs lowercase to be consistent with the ADFS v2.x URIs | Christopher Cooper | 2013-07-26 | 1 | -8/+8 |
| | |||||
* | Issue #52: Added attribute maps for Microsoft ADFS v1.x and v2.0 | Christopher Cooper | 2013-07-25 | 2 | -0/+67 |
| | |||||
* | Updated IdP example2 | Roland Hedberg | 2013-02-01 | 3 | -0/+715 |