Hi,
I am currently using Azure AD B2C on my Power Page website.
Up until now everything is fine, my users are able to do the following:
- Sign Up (With email verification Code)
- Log in
- Forget Password
My client asked me what if the user wants to change his password or his name ??
I think this is something which is very common in all systems and should be feasible.
I am using only Azure AD B2C as authentication method (I set it as Default), how to I allow the user to:
- Change his password
- Change his first name and last name
Without ruining all the existing functionalities
Hopefully one of you pro developers has come across this. Please let me know.