From 77b806eb4ec604412c2ca8c43f0eeff94a8d4ce9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Jun 2025 02:25:58 +0200 Subject: Remove SAML/2 auth --- synapse/handlers/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/handlers/auth.py') 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 -- cgit 1.5.1