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
You still can. Call services.AddTokenAcquisition(true) at the end of ConfigureServices method. (The related PRs just removed SingletonTokenAcquisition property from MicrosoftIdentityOptions.)
Which Version of Microsoft Identity Web are you using ?
Microsoft Identity Web 0.1.5-preview
AddTokenAcquisition isTokenAcquisitionSingleton parameter (never used)
microsoft-identity-web/src/Microsoft.Identity.Web/ServiceCollectionExtensions.cs
Lines 32 to 34 in 0b628e2
See https://github.com/AzureAD/microsoft-identity-web/blob/master/tests/WebAppCallsMicrosoftGraph/appsettings.json#L9
There is an alternative which is that the GraphService registers the ITokenAcquisition as a singleton (the last which does the registration)
Decision:
The text was updated successfully, but these errors were encountered: