|
|
@@ -279,6 +279,7 @@ data:
|
|
|
# display_name_template: "{{ user.name }}"
|
|
|
# email_template: "{{ user.email }}" # needs "email" in scopes above
|
|
|
experimental_features:
|
|
|
+ msc4108_enabled: true
|
|
|
msc3861:
|
|
|
enabled: true
|
|
|
|
|
|
@@ -286,14 +287,14 @@ data:
|
|
|
issuer: https://matrix-auth.dezendorf.net
|
|
|
|
|
|
# Matches the `client_id` in the auth service config
|
|
|
- client_id: 0000000000000000000SYNAPSE
|
|
|
+ client_id: 01JNE805N1CE31RTW79FYC68VA
|
|
|
# Matches the `client_auth_method` in the auth service config
|
|
|
client_auth_method: client_secret_basic
|
|
|
# Matches the `client_secret` in the auth service config
|
|
|
- client_secret: "SomeRandomSecret"
|
|
|
+ client_secret: "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"
|
|
|
|
|
|
# Matches the `matrix.secret` in the auth service config
|
|
|
- admin_token: "AnotherRandomSecret"
|
|
|
+ admin_token: "yvuN4UMz6ZHWWp4WVNxWbBneWSlNLwYy"
|
|
|
introspection_endpoint: "https://matrix-auth.dezendorf.net/oauth2/introspect"
|
|
|
|
|
|
homeserver-log-config: |
|
|
|
@@ -442,9 +443,9 @@ data:
|
|
|
secret: yvuN4UMz6ZHWWp4WVNxWbBneWSlNLwYy
|
|
|
endpoint: https://matrix.dezendorf.net
|
|
|
clients:
|
|
|
- - client_id: 0000000000000000000SYNAPSE
|
|
|
+ - client_id: 01JNE805N1CE31RTW79FYC68VA
|
|
|
client_auth_method: client_secret_basic
|
|
|
- client_secret: "SomeRandomSecret"
|
|
|
+ client_secret: "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"
|
|
|
upstream_oauth2:
|
|
|
providers:
|
|
|
- id: 01JNE805N1CE31RTW79FYC68VA
|