Skip to content

Commit 1107ea7

Browse files
committed
React to feedback
1 parent e33e6e0 commit 1107ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The order in which `DefaultAzureCredential` attempts credentials follows.
7575
| 6 | [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. |
7676
| 7 | [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. |
7777
| 8 | [Azure Developer CLI][azd-cred] | If the developer authenticated to Azure using Azure Developer CLI's `azd auth login` command, authenticate with that account. |
78-
| 9 | [Broker][broker-cred] | If the developer authenticated via a broker and the [azure-identity-broker package][broker-pkg] is installed, authenticate with that account using a broker-enabled instance of `InteractiveBrowserCredential`. |
78+
| 9 | [Broker][broker-cred] | Authenticates using the default account logged into the OS via a broker. Requires that the [azure-identity-broker package][broker-pkg] is installed, since a broker-enabled instance of `InteractiveBrowserCredential` is used. |
7979
8080
[env-cred]: /java/api/com.azure.identity.environmentcredential
8181
[wi-cred]: /java/api/com.azure.identity.workloadidentitycredential

0 commit comments

Comments
 (0)