services.dependency-track.oidc.usernameClaim

NixOS option

Defines the name of the claim that contains the username in the provider’s userinfo endpoint. Common claims are “name”, “username”, “preferred_username” or “nickname”. See also: https://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse

type: string
Default
"name"
Example
"preferred_username"
declared in: nixos/modules/services/web-apps/dependency-track.nixView source on NixOS/nixpkgs →