You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The `--help` or `sign --help` option provides more detail about each parameter.
56
56
*`--azure-key-vault-managed-identity`[short: `-kvm`, required: possibly]: Use the ambiant Managed Identity to authenticate to Azure. This
57
57
can be used instead of the `--azure-key-vault-accesstoken`, `--azure-key-vault-client-id` and `--azure-key-vault-client-secret` options. This is useful
58
58
if AzureSignTool is being used on a VM/service/CLI that is configured for managed identities to
59
-
Azure.
59
+
Azure. Important to mention is that this option leverages the [DefaultAzureCredential](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet) class which is trying to get a token via multiple options including Visual Studio Credentials and Interactive Browser Authentication.
60
60
61
61
*`--description`[short: `-d`, required: no]: A description of the signed content. This parameter serves the same purpose
62
62
as the `/d` option in the Windows SDK `signtool`. If this parameter is not supplied, the signature will not contain a
0 commit comments