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 Azure AD v2 #2

Closed tbolon closed 6 years ago

tbolon commented 7 years ago

This sample still use the Azure AD v1 endpoint. Do you plan to migrate to the new v2.0 endpoint ?

jamescro commented 7 years ago

This is something that we would like to do. I believe that Mark ran into some conflicts between the MSAL library (which uses the v2.0 endpoint) and ASP.NET Core dependencies. Is that correct, Mark?

mark-szabo commented 7 years ago

Correct. There was conflict in some Odin packages. It could be solved in netcore2.0.

mark-szabo commented 6 years ago

Hi everybody, sample updated to implement MSAL (Azure AD v2.0). If you find a bug or have some suggestions, please keep us informed! :) Have a nice week!