nixos/dependency-track: fix documentation link formatting
This commit is contained in:
@@ -194,7 +194,7 @@ in
|
||||
default = "openid profile email";
|
||||
description = ''
|
||||
Defines the scopes to request for OpenID Connect.
|
||||
See also: https://openid.net/specs/openid-connect-basic-1_0.html#Scopes
|
||||
See also: <https://openid.net/specs/openid-connect-basic-1_0.html#Scopes>
|
||||
'';
|
||||
};
|
||||
flow = lib.mkOption {
|
||||
@@ -209,8 +209,8 @@ in
|
||||
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/
|
||||
- <https://oauth.net/2/grant-types/implicit/>
|
||||
- <https://oauth.net/2/pkce/>
|
||||
'';
|
||||
};
|
||||
loginButtonText = lib.mkOption {
|
||||
@@ -218,7 +218,7 @@ in
|
||||
default = "Login with OpenID Connect";
|
||||
description = ''
|
||||
Defines the scopes to request for OpenID Connect.
|
||||
See also: https://openid.net/specs/openid-connect-basic-1_0.html#Scopes
|
||||
See also: <https://openid.net/specs/openid-connect-basic-1_0.html#Scopes>
|
||||
'';
|
||||
};
|
||||
usernameClaim = lib.mkOption {
|
||||
@@ -228,7 +228,7 @@ in
|
||||
description = ''
|
||||
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
|
||||
See also: <https://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse>
|
||||
'';
|
||||
};
|
||||
userProvisioning = lib.mkOption {
|
||||
@@ -426,8 +426,8 @@ in
|
||||
Defines the issuer URL to be used for OpenID Connect.
|
||||
This issuer MUST support provider configuration via the /.well-known/openid-configuration endpoint.
|
||||
See also:
|
||||
- https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
|
||||
- https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
|
||||
- <https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata>
|
||||
- <https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig>
|
||||
'';
|
||||
};
|
||||
"alpine.oidc.username.claim" = lib.mkOption {
|
||||
@@ -437,7 +437,7 @@ in
|
||||
description = ''
|
||||
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
|
||||
See also: <https://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse>
|
||||
'';
|
||||
};
|
||||
"alpine.oidc.user.provisioning" = lib.mkOption {
|
||||
@@ -495,7 +495,7 @@ in
|
||||
};
|
||||
};
|
||||
default = { };
|
||||
description = "See https://docs.dependencytrack.org/getting-started/configuration/#default-configuration for possible options";
|
||||
description = "See <https://docs.dependencytrack.org/getting-started/configuration/#default-configuration> for possible options";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user