Skip to content

Commit e857158

Browse files
authored
clarify managed identity parameter. (#229)
2 parents c5b8c19 + 5d2d539 commit e857158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The `--help` or `sign --help` option provides more detail about each parameter.
5656
* `--azure-key-vault-managed-identity` [short: `-kvm`, required: possibly]: Use the ambiant Managed Identity to authenticate to Azure. This
5757
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
5858
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.
6060

6161
* `--description` [short: `-d`, required: no]: A description of the signed content. This parameter serves the same purpose
6262
as the `/d` option in the Windows SDK `signtool`. If this parameter is not supplied, the signature will not contain a

0 commit comments

Comments
 (0)