Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c9fc2c0

Browse files
author
Niklas
authored
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: #12714
1 parent 57f6c49 commit c9fc2c0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/12727.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the OpenID Connect example for Keycloak to be compatible with newer versions of Keycloak. Contributed by @nhh.

docs/openid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Follow the [Getting Started Guide](https://www.keycloak.org/getting-started) to
159159
oidc_providers:
160160
- idp_id: keycloak
161161
idp_name: "My KeyCloak server"
162-
issuer: "https://127.0.0.1:8443/auth/realms/{realm_name}"
162+
issuer: "https://127.0.0.1:8443/realms/{realm_name}"
163163
client_id: "synapse"
164164
client_secret: "copy secret generated from above"
165165
scopes: ["openid", "profile"]

0 commit comments

Comments
 (0)