MyNixOS website logo
option

services.dependency-track.oidc.flow

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/
Declarations
Type
one of "code", "implicit"
Default
"code"