fix: move all oidc stuff to extrafile
This commit is contained in:
parent
357480c807
commit
b9684e2362
2 changed files with 0 additions and 13 deletions
|
|
@ -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 = [
|
||||
"/var/lib/mautrix-signal/double-puppeting.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue