summaryrefslogtreecommitdiff
path: root/example/attributemaps
Commit message (Collapse)AuthorAgeFilesLines
* Run flynt -tc + black + isortAarni Koskela2022-11-152-357/+357
|
* Format code with black and isortIvan Kanakarakis2022-10-015-734/+733
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Update saml_uri.pybenjaminbecker2019-08-221-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 URIsChristopher Cooper2013-07-261-8/+8
|
* Issue #52: Added attribute maps for Microsoft ADFS v1.x and v2.0Christopher Cooper2013-07-252-0/+67
|
* Updated IdP example2Roland Hedberg2013-02-013-0/+715