Merge pull request #188464 from xeals/fix/portinus-configuration
This commit is contained in:
commit
dd2451126e
1 changed files with 2 additions and 2 deletions
|
@ -212,9 +212,9 @@ in
|
|||
|
||||
staticClients = forEach cfg.dex.oidcClients (client: {
|
||||
inherit (client) id;
|
||||
redirectURIs = [ client.callbackURI ];
|
||||
redirectURIs = [ client.callbackURL ];
|
||||
name = "OIDC for ${client.id}";
|
||||
secret = "$DEX_CLIENT_${client.id}";
|
||||
secretEnv = "DEX_CLIENT_${client.id}";
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue