Hi,
I try to create following flow:
If a contact is created in CRM, the flow has to create a user account in azure B2C for the user.
But the creation type has to be "local account" so the user can login with a selected password and with his own e-mail.
If I create the user by the following HTTP Post:
I get the creation type "Invitation". In this way it's only possible to login if the user has a microsoft account. But like I told, it's required that all user can join the b2c tenant.
Trough the userflow in Azure a user can register him self in this kind, but it's also required that I can trigger the registration from CRM.
Is there a way?
Thank you!