fix: move all oidc stuff to extrafile

This commit is contained in:
s-prechtl 2026-03-24 21:43:47 +01:00
parent 357480c807
commit b9684e2362
2 changed files with 0 additions and 13 deletions

View file

@ -206,19 +206,6 @@ in {
]; ];
} }
]; ];
oidc_providers = [
{
idp_id = "authentik";
idp_name = "Authentik";
issuer = "https://auth.sprechtl.me/application/o/matrix-synapse/.well-known/openid-configuration";
client_id = "xoTtitlCqRbK9fjl2VAugYdswYGOLUJUzeV1dacc";
scopes = [ "openid" "profile" "email" ];
user_mapping_provider.config = {
localpart_template = "{{ user.preferred_username }}";
display_name_template = "{{ user.name }}";
};
}
];
}; };
settings.app_service_config_files = [ settings.app_service_config_files = [
"/var/lib/mautrix-signal/double-puppeting.yaml" "/var/lib/mautrix-signal/double-puppeting.yaml"

Binary file not shown.