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
Create a list of CredentialDescription with 2 credentials, e.g. a certificate from a non-existent file and a certificate from string. Ensure the first credential fails.
Call the public API DefaultCredentialsLoader.LoadFirstValidCredentialsAsync(list)
Expected: log first credential failure as information, and proceed to use the second credential Actual: an exception is thrown, from the first credential failure
Reproduction steps
^^
Error message
No response
Id Web logs
No response
Relevant code snippets
LoadFirstValidCredentialsAsync
Regression
No response
Expected behavior
no exception
The text was updated successfully, but these errors were encountered:
bgavrilMS
changed the title
Public api DefaultCredentialsLoader.LoadFirstValidCredentialsAsync fails on first failure
Public api DefaultCredentialsLoader.LoadFirstValidCredentialsAsync fails when the first credential can't load
Sep 22, 2024
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
3.10
Description
DefaultCredentialsLoader.LoadFirstValidCredentialsAsync(list)
Expected: log first credential failure as information, and proceed to use the second credential
Actual: an exception is thrown, from the first credential failure
Reproduction steps
^^
Error message
No response
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
no exception
The text was updated successfully, but these errors were encountered: