Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RefreshAsync to handle exceptions from Azure.Identity #149

Closed
abhilasharora opened this issue Mar 25, 2020 · 0 comments · Fixed by #144 or #146
Closed

Update RefreshAsync to handle exceptions from Azure.Identity #149

abhilasharora opened this issue Mar 25, 2020 · 0 comments · Fixed by #144 or #146
Assignees
Labels
bug Something isn't working

Comments

@abhilasharora
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment