Преглед на файлове

Correct issuer URL in OIDC example section

Keycloak exposes the issuer information on /realms/whatever, not /auth/realms/whatever.
pull/3784/head
Daniel Vinci преди 1 година
committed by GitHub
родител
ревизия
ab3c4edea7
No known key found for this signature in database GPG ключ ID: B5690EEEBB952194
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      docs/configuring-playbook-synapse.md

+ 1
- 1
docs/configuring-playbook-synapse.md Целия файл

@@ -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"]


Зареждане…
Отказ
Запис