services.headplane.settings.oidc.token_endpoint_auth_method

NixOS option

The token endpoint authentication method. If not set, Headplane will auto-detect the best method and fall back to client_secret_basic.

type: null or one of "client_secret_post", "client_secret_basic", "client_secret_jwt"
Default
null
declared in: nixos/modules/services/networking/headplane.nixView source on NixOS/nixpkgs →