mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-17 17:44:44 +02:00
Correct issuer URL in OIDC example section
Keycloak exposes the issuer information on /realms/whatever, not /auth/realms/whatever.
This commit is contained in:
parent
09c42477bb
commit
ab3c4edea7
@ -104,7 +104,7 @@ matrix_synapse_oidc_enabled: true
|
|||||||
matrix_synapse_oidc_providers:
|
matrix_synapse_oidc_providers:
|
||||||
- idp_id: keycloak
|
- idp_id: keycloak
|
||||||
idp_name: "My KeyCloak server"
|
idp_name: "My KeyCloak server"
|
||||||
issuer: "https://url.ix/auth/realms/{realm_name}"
|
issuer: "https://url.ix/realms/{realm_name}"
|
||||||
client_id: "matrix"
|
client_id: "matrix"
|
||||||
client_secret: "{{ vault_synapse_keycloak }}"
|
client_secret: "{{ vault_synapse_keycloak }}"
|
||||||
scopes: ["openid", "profile"]
|
scopes: ["openid", "profile"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user