feat: try to change config for matrix to work with sso

This commit is contained in:
Xavier Morel
2026-06-01 14:14:55 +02:00
parent 96570afcb5
commit 1cd503ee97
+2 -2
View File
@@ -90,8 +90,8 @@ in
# };
jwt_config = {
enabled = true;
secret = sec.jwt_secret;
algorithm = sec.jwt_algo;
secret = sec.oidc_client_secret; # jwt_secret;
algorithm = "RS256"; # sec.jwt_algo;
};
oidc_providers = [
{