瀏覽代碼

Merge pull request #3784 from xylobol/patch-1

Correct issuer URL in OIDC example section
pull/3785/head
Slavi Pantaleev 1 年之前
committed by GitHub
父節點
當前提交
d8c288c941
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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"]


Loading…
取消
儲存