MyNixOS website logo
option

services.portunus.dex.oidcClients

List of OIDC clients.

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

Make sure the id only contains characters that are allowed in an environment variable name, e.g. no -.
Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    callbackURL = "https://example.com/client/oidc/callback";
    id = "service";
  }
]