Max Miller
Max Miller

Reputation: 87

Does Azure Active Directory B2C have a REST Api?

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

Answers (1)

Tony Ju
Tony Ju

Reputation: 15609

Yes, you can use Azure AD Graph API to manage Azure AD B2C account.

Upvotes: 2

Related Questions