summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorNiklas <hello@niklashanft.com>2022-05-13 12:15:51 +0200
committerGitHub <noreply@github.com>2022-05-13 10:15:51 +0000
commitc9fc2c0d2260b4e77eda31a7a4a15b073d539db2 (patch)
tree07c341999b864ce1d370d8b8b21f6a65230ed4a1 /docs
parentURL preview cache expiry logs: INFO -> DEBUG, text clarifications (#12720) (diff)
downloadsynapse-c9fc2c0d2260b4e77eda31a7a4a15b073d539db2.tar.xz
Update issuer URL in example OIDC Keycloak config (#12727)
* Update openid.md

Newer versions of keycloak returning a 404 when using the `/auth` prefix.

Related: https://github.com/matrix-org/synapse/issues/12714
Diffstat (limited to 'docs')
-rw-r--r--docs/openid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openid.md b/docs/openid.md
index 19cacaafef..e899db63d6 100644
--- a/docs/openid.md
+++ b/docs/openid.md
@@ -159,7 +159,7 @@ Follow the [Getting Started Guide](https://www.keycloak.org/getting-started) to
 oidc_providers:
   - idp_id: keycloak
     idp_name: "My KeyCloak server"
-    issuer: "https://127.0.0.1:8443/auth/realms/{realm_name}"
+    issuer: "https://127.0.0.1:8443/realms/{realm_name}"
     client_id: "synapse"
     client_secret: "copy secret generated from above"
     scopes: ["openid", "profile"]