mia-li

Results 1 issues of mia-li

**I see using Microsoft.Owin.Security.OpenIdConnect configure AAD auth in readme.** ![image](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/assets/34880005/bca635e7-05dd-4bd9-b606-8ccf809bb60e) **but in the real startup.cs it using Microsoft.Identity.Web library:** ![image](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/assets/34880005/f13cff68-f188-4c48-85ad-d632885ac10e) **I'm wondering which library should I use in .net framework?...