summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-28 02:25:58 +0200
committerRory& <root@rory.gay>2025-06-28 02:25:58 +0200
commit77b806eb4ec604412c2ca8c43f0eeff94a8d4ce9 (patch)
tree7d0b2bbcb22d10aac8a739d31ebcd7cdbf2cbfc3 /synapse/handlers/auth.py
parentRemove CAS auth (diff)
downloadsynapse-77b806eb4ec604412c2ca8c43f0eeff94a8d4ce9.tar.xz
Remove SAML/2 auth
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py

index e96922c08d..e857ebb179 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py
@@ -187,7 +187,7 @@ def login_id_phone_to_thirdparty(identifier: JsonDict) -> Dict[str, str]: @attr.s(slots=True, auto_attribs=True) class SsoLoginExtraAttributes: - """Data we track about SAML2 sessions""" + """Data we track about SAML2 sessions""" # Not other SSO types...? # time the session was created, in milliseconds creation_time: int