mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-04 04:25:04 -04:00
Implement OpenID Connect-based login (#7256)
This commit is contained in:
parent
a4a5ec4096
commit
616af44137
21 changed files with 2163 additions and 12 deletions
|
@ -92,6 +92,7 @@ CONDITIONAL_REQUIREMENTS = {
|
|||
'eliot<1.8.0;python_version<"3.5.3"',
|
||||
],
|
||||
"saml2": ["pysaml2>=4.5.0"],
|
||||
"oidc": ["authlib>=0.14.0"],
|
||||
"systemd": ["systemd-python>=231"],
|
||||
"url_preview": ["lxml>=3.5.0"],
|
||||
"test": ["mock>=2.0", "parameterized"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue