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
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 text was updated successfully, but these errors were encountered:
The package
Azure.Identity
throwsAzure.Identity.AuthenticationFailedException
when 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.Identity
package without adding an explicit dependency.The text was updated successfully, but these errors were encountered: