The package Azure.Identity throws Azure.Identity.AuthenticationFailedException when it fails to use a TokenCredential. For example, when new DefaultAzureCredentials() is used to connect to Azure App Configuration but no valid identity could be found, then it throws AuthenticationFailedException. This issue tracks the code changes needed to handle all exceptions from Azure.Identity package without adding an explicit dependency.
The package
Azure.IdentitythrowsAzure.Identity.AuthenticationFailedExceptionwhen it fails to use aTokenCredential. For example, whennew DefaultAzureCredentials()is used to connect to Azure App Configuration but no valid identity could be found, then it throwsAuthenticationFailedException. This issue tracks the code changes needed to handle all exceptions fromAzure.Identitypackage without adding an explicit dependency.