You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
display_name_template: "{{ user.preferred_username|capitalize }}" # TO BE FILLED: If your users have names in Authentik and you want those in Synapse, this should be replaced with user.name|capitalize.
208
+
[...]
209
+
jwt_config:
210
+
enabled: true
211
+
secret: "your client secret" # TO BE FILLED (same as `client_secret` above)
0 commit comments