1 files changed, 1 insertions, 1 deletions
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
|