microsoftgraph / aspnetcore-connect-sample

[ARCHIVED] This ASP.NET Core MVC sample shows how to connect to Microsoft Graph using delegated permissions and the Azure AD v2.0 (MSAL) endpoint.
MIT License
123 stars 96 forks source link

Migrate to asp.net core 2.0 #1

Closed tbolon closed 6 years ago

tbolon commented 7 years ago

Hi,

There was significant changes in the asp.net core 2.0 authentication components.

Do you plan to update this sample to this new version ?

jamescro commented 7 years ago

The work to do this isn't currently scheduled, but it is something that we will do when we have the appropriate resources.

alvipeo commented 7 years ago

hey guys! can you update this sample to ASP.NET Core 2.0???? WE REALLY NEED It. Thank you!

mark-szabo commented 7 years ago

Hi @alvipeo I'll work on this in the next few weeks. There was some compatibility issue with netcore1.1 and MSAL, but now we can try to solve that too with netcore2.0. :)

mark-szabo commented 6 years ago

Hi everybody, sample updated to ASP.NET Core 2.0. If you find a bug or have some suggestions, please keep us informed! :) Have a nice weekend!

jamescro commented 6 years ago

Thanks!