Oh FFS, got the algo wrong...
This commit is contained in:
parent
57b3be2dcb
commit
424c5df004
|
@ -128,7 +128,7 @@ in {
|
||||||
oidc_providers = [ ];
|
oidc_providers = [ ];
|
||||||
jwt_config = mkIf (cfg.openid.jwt-secret != null) {
|
jwt_config = mkIf (cfg.openid.jwt-secret != null) {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
algorithm = "HS256";
|
algorithm = "RS256";
|
||||||
secret = cfg.openid.jwt-secret;
|
secret = cfg.openid.jwt-secret;
|
||||||
};
|
};
|
||||||
listeners = [{
|
listeners = [{
|
||||||
|
|
Loading…
Reference in New Issue