services.headplane.settings.oidc.extra_params

NixOS option

Extra parameters to send to the OIDC provider.

type: null or (attribute set of string)
Default
null
Example
{
  prompt = "consent";
}
declared in: nixos/modules/services/networking/headplane.nixView source on NixOS/nixpkgs →