Audience has to match
The audience is the client-id
This commit is contained in:
parent
424c5df004
commit
5d78ce3ec9
@ -130,6 +130,7 @@ in {
|
||||
enabled = true;
|
||||
algorithm = "RS256";
|
||||
secret = cfg.openid.jwt-secret;
|
||||
audiences = [ cfg.openid.client-id ];
|
||||
};
|
||||
listeners = [{
|
||||
port = cfg.port;
|
||||
|
Loading…
x
Reference in New Issue
Block a user