Team,
We are using Azure AD B2C email address for our login. There is a provision which we should make in the UI to update the email address.
When the user updates the email address during the session. Since, through user's email address we have logged in, we are looking for a way to update the email address from the UI.
One of the option considered :
1) Clone the user details to another user with the updated email address retaining the existing password? Is it feasible?
Is it possible to update the user email address within the current session? We are ok to force the user to logout after the email address is updated and then can re-login. Is it feasible?
Thanks,
Prasenna