From 17576cc6d23d23ea9ea89a41b2c6eee9ffadfa93 Mon Sep 17 00:00:00 2001 From: Roman Isaev Date: Tue, 7 Jan 2025 01:18:39 +0000 Subject: [PATCH] mas: acced msc3861 config example to the dendrite-sample.yaml --- dendrite-sample.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dendrite-sample.yaml b/dendrite-sample.yaml index 0ee381f0..967d5cfb 100644 --- a/dendrite-sample.yaml +++ b/dendrite-sample.yaml @@ -285,8 +285,29 @@ media_api: # Configuration for enabling experimental MSCs on this homeserver. mscs: mscs: + # - msc3861 # (Next-gen auth, see https://github.com/matrix-org/matrix-doc/pull/3861. MUST always go first in the list) # - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) + # This block has no effect if the feature is not activated in the list above + # msc3861: + # enabled: true + + # # OIDC issuer advertised by the service. + # # See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#http + # issuer: "https://mas.example.com/" + + # # Credentials used for authenticating requests coming from dendrite to auth service. + # # See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#clients + # client_id: 01JFNM9MCHKV6A7A0C0RBHMYC0 + # client_secret: c85731184ac8f9aea76cf48146046b454473ca667a0cd1fd52a43034a0662eed + + # # The service token used for authenticating requests coming from auth service to dendrite. + # # See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#matrix + # admin_token: ttJORW9oV4Wf4DJ63GdZEYekE2KElP4g + + # # URL of the account page on the auth service side + # account_management_url: "https://mas.example.com/account" + # Configuration for the Sync API. sync_api: # This option controls which HTTP header to inspect to find the real remote IP