
Announcements
Hi Team,
I have a scenario, where I have to invite an existing contact to login by sending invitation. so I have enable Azure AD B2C on my Power Pages.
I have created two user flows:
1) Sign in
2) Password reset
Note: I am not allowing user to sign up so I didn't choose sign up and sign in user flow.
Is this correct? Do I need to set up the sign-up and sign-in user flow even though I am not enabling the sign-in option for contacts?
Now, When a contact receives the invitation, they are redirected to local login.
Can someone provide guidance on configuring the complete invitation process for Azure AD B2C?
Hello
If you don't have the SignUp flow in B2C, you need to make sure the user existis in the B2C directory, I haven't done much of this, but you can probably use Graph API + Power Automate to create the users there as part of your invitation process.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/microsoft-graph-operations
Your local login should be disabled in case you don't want to use it at all.
You might need to add some JS on the redeem invitation page to hide buttons if necessary, but the local login shouldn't work at all