B2C-GraphAPI-DotNet
B2C-GraphAPI-DotNet copied to clipboard
A sample application that shows how to call the Azure AD Graph API for an Azure AD B2C directory.
services: active-directory-b2c platforms: dotnet author: jmprieur
A Console application for Azure AD B2C User Management the Azure AD Graph
This sample demonstrates how to perform user management by calling the Azure AD Graph in an automated fashion. This aproach is similar to a service account scenario where the application acts as itself, not as a user that signed-in via an interactive user login. This is done by using the OAuth 2.0 client credentials grant.
The application covered by this sample is a Windows command-line interface (CLI) that allows you to invoke various methods.
Steps to Run
For detailed instructions on how to run this sample, checkout this document.
Questions & Issues
Please file any questions or problems with the sample as a github issue. You can also post on Stackoverflow with the tag azure-ad-b2c.