Hello,
We are migrating from ADX Studio to D365 CE Portals and in that process we need to use Azure AD B2C for single sign on with Sitecore as CMS.
There are lot of existing users on ADX which we need to migrate to Azure AD B2C and we are struggling with simple approach -
Option 1 - is to send Invitation code of Dynamics Portal/CE to users i.e. Registration by Invitation code process (local registration), but the problem with that they will need to register again since they are not available on Azure AD B2C. So question is there anyway we can add then when they accept the invitation by clicking the link to re-register on CE.
Option 2 - is to register them somehow(I heard Azure AD Graph API can be used) on Azure AD B2C and send initiate forgot password process on Azure AD B2C that will send out email to users to reset the password.
are these any other options that anyone has implemented? If no, could you please send me any material that you may have on these options i.e. document, links or github project or even code.
Thank you