services.dependency-track.oidc.flow

NixOS option

Specifies the OpenID Connect flow to use. Values other than “implicit” will result in the Code+PKCE flow to be used. Usage of the implicit flow is strongly discouraged, but may be necessary when the IdP of choice does not support the Code+PKCE flow. See also: https://oauth.net/2/grant-types/implicit/ https://oauth.net/2/pkce/

type: one of "code", "implicit"
Default
"code"
declared in: nixos/modules/services/web-apps/dependency-track.nixView source on NixOS/nixpkgs →