mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-11-09 16:56:37 +01:00
defiant/matrix-synapse: Fix oidc provider mapping typo
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
issuer = "https://iam.feal.no/realms/feal.no";
|
||||
client_id = "matrix-synapse";
|
||||
client_secret_path = config.sops.secrets."matrix/synapse/oidcsecret".path;
|
||||
user_mapping_provicer.config = {
|
||||
user_mapping_provider.config = {
|
||||
localpart_template = "{{ user.preferred_username }}";
|
||||
display_name_template = "{{ user.name }}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user