feat: try to change config for matrix to work with sso
This commit is contained in:
@@ -90,8 +90,8 @@ in
|
|||||||
# };
|
# };
|
||||||
jwt_config = {
|
jwt_config = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
secret = sec.jwt_secret;
|
secret = sec.oidc_client_secret; # jwt_secret;
|
||||||
algorithm = sec.jwt_algo;
|
algorithm = "RS256"; # sec.jwt_algo;
|
||||||
};
|
};
|
||||||
oidc_providers = [
|
oidc_providers = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user