-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Microsoft.Identity.Web Library
Microsoft.Identity.Web.TokenAcquisition
Microsoft.Identity.Web version
2.15.3
Web app
Not Applicable
Web API
Not Applicable
Token cache serialization
Not Applicable
Description
TokenAcquisition ServiceCollectionExtensions is checking for ICredentialsLoader against ImplementationType. It either needs to check ICredentialsLoader against ServiceType or ImplemenationType against DefaultCredentialLoader
See:
Reproduction steps
- Register a custom ICredentialsLoader
- Try to use an API that uses the credentials loader
Error message
No response
Id Web logs
No response
Relevant code snippets
NA
Regression
No response
Expected behavior
The provided ICredentialsLoader is used.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working