Reputation: 21
Does Azure B2C support the Client Credentials OAUTH flow. I am trying to implement programmatic (non-interactive) login via Azure B2C.
Upvotes: 2
Views: 188
Reputation: 343
Yes. Azure B2C supports Resource Owner Password Credential (ROPC) user flow.
Please refer to Microsoft Documentation here. https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-ropc
Upvotes: 1
Reputation: 33124
Yes, it supports this. There is an article and example application in the documentation: Azure AD B2C: Use the Graph API.
Upvotes: 0