Skip to content

Commit 831cea2

Browse files
Update includes/passwordless/java-default-azure-credential-overview.md
Co-authored-by: Scott Addie <[email protected]>
1 parent 1accfba commit 831cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/passwordless/java-default-azure-credential-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ms.author: thvankra
1010
ms.custom: include file
1111
---
1212

13-
`DefaultAzureCredential` is a class provided by the Java Azure Identity library. To learn more about `DefaultAzureCredential`, see the [Azure authentication with Java and Azure Identity](/azure/developer/java/sdk/identity). `DefaultAzureCredential` supports multiple authentication methods and determines which method should be used at runtime. This approach enables your app to use different authentication methods in different environments (local vs. production) without implementing environment-specific code.
13+
`DefaultAzureCredential` is a class provided by the Azure Identity library for Java. To learn more about `DefaultAzureCredential`, see the [Azure authentication with Java and Azure Identity](/azure/developer/java/sdk/identity). `DefaultAzureCredential` supports multiple authentication methods and determines which method should be used at runtime. This approach enables your app to use different authentication methods in different environments (local vs. production) without implementing environment-specific code.
1414

1515
For example, your app can authenticate using your Visual Studio sign-in credentials when developing locally, and then use a [managed identity](../../articles/active-directory/managed-identities-azure-resources/overview.md) once it has been deployed to Azure. No code changes are required for this transition.

0 commit comments

Comments
 (0)