Skip to content

Commit 6618b99

Browse files
Merge pull request #7661 from scottaddie/scottaddie/cred-chains-js
Update description for JS BrokerCredential
2 parents b90760b + 959328d commit 6618b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/javascript/sdk/authentication/credential-chains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The order in which `DefaultAzureCredential` attempts credentials follows.
5858
| 5 | [Azure CLI][az-cred] |If the developer authenticated to Azure using Azure CLI's `az login` command, authenticate the app to Azure using that same account. |
5959
| 6 | [Azure PowerShell][pwsh-cred] |If the developer authenticated to Azure using Azure PowerShell's `Connect-AzAccount` cmdlet, authenticate the app to Azure using that same account. |
6060
| 7 | [Azure Developer CLI][azd-cred] |If the developer authenticated to Azure using Azure Developer CLI's `azd auth login` command, authenticate with that account. |
61-
| 8 | [Broker][broker-cred] |Authenticates using the default account logged into the OS via a broker. Requires that the [@azure/identity-broker package][broker-plugin-pkg] is installed, since a broker-enabled instance of `InteractiveBrowserCredential` is used. |
61+
| 8 | [Broker][broker-cred] |Authenticates using the default account logged into the OS via a broker. Requires that the [@azure/identity-broker package][broker-plugin-pkg] is installed. |
6262

6363
[env-cred]: /javascript/api/@azure/identity/environmentcredential
6464
[wi-cred]: /javascript/api/@azure/identity/workloadidentitycredential

0 commit comments

Comments
 (0)