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: articles/java/sdk/authentication/credential-chains.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
@@ -75,7 +75,7 @@ The order in which `DefaultAzureCredential` attempts credentials follows.
75
75
|6| [AzureCLI][az-cred] |If the developer authenticated to Azure using AzureCLI's `az login` command, authenticate the app to Azure using that same account. |
76
76
| 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. |
77
77
|8| [AzureDeveloperCLI][azd-cred] |If the developer authenticated to Azure using AzureDeveloperCLI'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. |
0 commit comments