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/javascript/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
@@ -58,7 +58,7 @@ The order in which `DefaultAzureCredential` attempts credentials follows.
58
58
| 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. |
59
59
| 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. |
60
60
| 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. |
0 commit comments