mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-26 09:50:50 -04:00
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
This commit is contained in:
parent
57f6c496d0
commit
c9fc2c0d22
2 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue