From 2970bbf682b6243c31904638b16d11a7ee190b0e Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 5 Dec 2023 10:13:28 +0000 Subject: [PATCH] Correct docstring Co-authored-by: Quentin Gliech --- synapse/rest/client/auth_issuer.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/synapse/rest/client/auth_issuer.py b/synapse/rest/client/auth_issuer.py index 96b49b912e0b..a95a753f333f 100644 --- a/synapse/rest/client/auth_issuer.py +++ b/synapse/rest/client/auth_issuer.py @@ -31,9 +31,7 @@ class AuthIssuerServlet(RestServlet): """ - Handles Client / Server API authentication in any situations where it - cannot be handled in the normal flow (with requests to the same endpoint). - Current use is for web fallback auth. + Advertises what OpenID Connect issuer clients should use to authorise users. """ PATTERNS = client_patterns(