Reputation: 87
I am integrating Azure AD B2C as the authentication server for a product. I cannot tell from the documentation if there is an actual, cURL accessible REST API that I can use to authenticate, create, and manage users. If anyone has experience with Azure AD B2C and knows of a REST API I can use, then I'm golden. Otherwise, I will have to go with another authentication provider.
Upvotes: 1
Views: 187
Reputation: 15609
Yes, you can use Azure AD Graph API to manage Azure AD B2C account.
Upvotes: 2