mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Integrate SAML2 basic authentication - uses pysaml2
This commit is contained in:
parent
6825eef955
commit
81682d0f82
5 changed files with 122 additions and 4 deletions
|
@ -31,6 +31,7 @@ REQUIREMENTS = {
|
|||
"pillow": ["PIL"],
|
||||
"pydenticon": ["pydenticon"],
|
||||
"ujson": ["ujson"],
|
||||
"pysaml2": ["saml2"],
|
||||
}
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
"web_client": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue