Skip to content

Commit 4d1fc97

Browse files
authored
Update how-to-signing-integrations.md
1 parent 7975596 commit 4d1fc97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ To sign by using Trusted Signing, you need to provide the details of your Truste
121121

122122
### Authentication
123123

124-
This Task performs authentication using [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet), which attempts a series of authentication methods in order. If one method fails, it attempts the next one until authentication is successful.
124+
This Task performs authentication using [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential), which attempts a series of authentication methods in order. If one method fails, it attempts the next one until authentication is successful.
125125

126126
Each authentication method can be disabled individually to avoid unnecessary attempts.
127127

128-
For example, when authenticating with [EnvironmentCredential](/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet) specifically, disable the other credentials with the following inputs:
128+
For example, when authenticating with [EnvironmentCredential](/dotnet/api/azure.identity.environmentcredential) specifically, disable the other credentials with the following inputs:
129129

130130
ExcludeEnvironmentCredential: false
131131
ExcludeManagedIdentityCredential: true
@@ -136,7 +136,7 @@ ExcludeAzureCliCredential: true
136136
ExcludeAzurePowershellCredential: true
137137
ExcludeInteractiveBrowserCredential: true
138138

139-
Similarly, if using for example an [AzureCliCredential](/dotnet/api/azure.identity.azureclicredential?view=azure-dotnet) , then we want to skip over attempting to authenticate with the several methods that come before it in order.
139+
Similarly, if using for example an [AzureCliCredential](/dotnet/api/azure.identity.azureclicredential) , then we want to skip over attempting to authenticate with the several methods that come before it in order.
140140

141141

142142
### Use SignTool to sign a file

0 commit comments

Comments
 (0)