services.portunus.dex.oidcClients

List of OIDC clients.

The OIDC secret must be set as the DEX_CLIENT_${id} environment variable in the services.dex.environmentFile setting.

Make sure the id only contains characters that are allowed in an environment variable name, e.g. no -.

Type
list of (submodule)
Default
[ ]
Example
[
  {
    callbackURL = "https://example.com/client/oidc/callback";
    id = "service";
  }
]
Declared
<nixpkgs/nixos/modules/services/misc/portunus.nix>