AzureADQuickStarts / AppModelv2-WebApp-OpenIDConnect-DotNet

ASP.NET Web Server - OpenID Connect v2 Endpoint Sample
Apache License 2.0
96 stars 91 forks source link

Use which library to configure aad auth in startup.cs? #49

Open mia-li opened 1 year ago

mia-li commented 1 year ago

I see using Microsoft.Owin.Security.OpenIdConnect configure AAD auth in readme. image

but in the real startup.cs it using Microsoft.Identity.Web library: image

I'm wondering which library should I use in .net framework? I need to integrate with Graph API also.

jmprieur commented 1 year ago

Yes, @mia-li : the one in the code. We need to update the README.md