Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

Please provide an example for Dotnet Core #52

Open BharatRajMeriyala opened 7 years ago

BharatRajMeriyala commented 7 years ago

The app works perfectly on right configuration. But I am currently working on a Dotnet core application and I was unsuccessful in doing the same code there. I do not find a single example on adding users to AD through Dotnet Core. Kindly help with a Dotnet Core version of this app.