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