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
Which version of Microsoft Identity Web are you using?
1.22.2
Where is the issue?
Web API
Protected web APIs call downstream web APIs
Is this a new or an existing app?
New scenario, not met until now (my apps)
Web API initialized with delegates but without configuration and called from an event handler.
Which version of Microsoft Identity Web are you using?
1.22.2
Where is the issue?
Is this a new or an existing app?
New scenario, not met until now (my apps)
Web API initialized with delegates but without configuration and called from an event handler.
Repro
Startup.cs
and then
ITokenAcquisition
called from an event handler.Expected behavior
Should work
Actual behavior
A null reference exception because the configuration is not found
The text was updated successfully, but these errors were encountered: