add placeholder for matrix implementation

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-06 21:33:57 +01:00
parent a9fb912e92
commit 4648d6b51a
3 changed files with 136 additions and 79 deletions

View file

@ -254,6 +254,21 @@ in {
];
userinfo_signing_algorithm = "none";
}
# {
# id = "synapse";
# description = "Matrix Synapse homeserver";
# secret = "$pbkdf2-sha512$310000$PLACEHOLDER_NEEDS_UPDATING$PLACEHOLDER_NEEDS_UPDATING";
# public = false;
# authorization_policy = "one_factor";
# redirect_uris = [ "https://matrix.cloonar.com/_synapse/client/oidc/callback" ];
# consent_mode = "implicit";
# scopes = [
# "openid"
# "profile"
# "email"
# ];
# userinfo_signing_algorithm = "none";
# }
];
};
};