Azure-Samples / active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore

An ASP.NET Core web application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
119 stars 97 forks source link

Please update the sample to AAD V2 #35

Closed KalyanChanumolu-MSFT closed 6 years ago

KalyanChanumolu-MSFT commented 6 years ago

I see that the other example with WPF client has been updated to AADV2 but not this one. Could you please update the same.

Thanks

jmprieur commented 6 years ago

I'm actually working on it @Appjunkie

jmprieur commented 6 years ago

@Appjunkie See the following sample. The Web App is an AAD v2.0 web app, which calls an API (the Microsoft Graph)

https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/signInAndCallMsGraph (note the branch signInAndCallMsGraph signInAndCallMsGraph` as this sample is a kind of tutorial)