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
Issues with dependencies are/were causing trouble updating to the latest MSAL for ASP.NET to address this we will be adding WAM support to a separate package.
Final design TBD
Related Issues:
Removal from Core package: #2299
Challenge: #2247
The text was updated successfully, but these errors were encountered:
henrik-me
changed the title
[Bug] Add WAM Support to a separate package for netfwk and netcore
[Feature] Add WAM Support to a separate package for netfwk and netcore
Dec 11, 2020
How are you going to make this discoverable? I assume that WAM is necessary to make authentication work correctly on Windows. Then how are consumers of this library informed that they will need to install it and integrate it on order to get their windows App working properly?
We are still thinking of what the best experience could be
@charlesroddie: If you are using .NET 5, there is a distinction between the the desktop platform and the web platform, and therefore, .WithBroker(true) would be available.
For .NET 4.6.1, 4.5, we could have .WithBroker throwing a meaningful exception telling you to add the separate NuGet package
Issues with dependencies are/were causing trouble updating to the latest MSAL for ASP.NET to address this we will be adding WAM support to a separate package.
Final design TBD
Related Issues:
Removal from Core package: #2299
Challenge: #2247
The text was updated successfully, but these errors were encountered: