Integrate SAML2 basic authentication - uses pysaml2

This commit is contained in:
Muthu Subramanian 2015-07-07 17:40:30 +05:30
parent 6825eef955
commit 81682d0f82
5 changed files with 122 additions and 4 deletions

View file

@ -31,6 +31,7 @@ REQUIREMENTS = {
"pillow": ["PIL"],
"pydenticon": ["pydenticon"],
"ujson": ["ujson"],
"pysaml2": ["saml2"],
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {