AppModelv2-WebApp-OpenIDConnect-DotNet icon indicating copy to clipboard operation
AppModelv2-WebApp-OpenIDConnect-DotNet copied to clipboard

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

Open mia-li opened this issue 1 year ago • 1 comments

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.

mia-li avatar May 10 '23 01:05 mia-li

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

jmprieur avatar May 10 '23 02:05 jmprieur