feat: try to change config for matrix to work with sso
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user