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/config/oidc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/config/oidc.py') diff --git a/synapse/config/oidc.py b/synapse/config/oidc.py index 3ddf65a3e9..b18654ff6a 100644 --- a/synapse/config/oidc.py +++ b/synapse/config/oidc.py @@ -255,7 +255,7 @@ def _parse_oidc_config_dict( idp_id = oidc_config.get("idp_id", "oidc") # prefix the given IDP with a prefix specific to the SSO mechanism, to avoid - # clashes with other mechs (such as SAML, CAS). + # clashes with other mechs). # # We allow "oidc" as an exception so that people migrating from old-style # "oidc_config" format (which has long used "oidc" as its idp_id) can migrate to -- cgit 1.5.1