Merge pull request #3784 from xylobol/patch-1

Correct issuer URL in OIDC example section
This commit is contained in:
Slavi Pantaleev
2024-11-17 08:48:59 +02:00
committed by GitHub

View File

@ -104,7 +104,7 @@ matrix_synapse_oidc_enabled: true
matrix_synapse_oidc_providers:
- idp_id: keycloak
idp_name: "My KeyCloak server"
issuer: "https://url.ix/auth/realms/{realm_name}"
issuer: "https://url.ix/realms/{realm_name}"
client_id: "matrix"
client_secret: "{{ vault_synapse_keycloak }}"
scopes: ["openid", "profile"]