If I've successfully configured Azure AD B2C to allow login using Azure AD accounts (per https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-aad-custom), should I be able to set up custom policies to allow AAD-authenticated users to edit their profiles, overriding the default ProfileEdit policy? If so, any hints as to how to tackle? I am pretty sure I need to create a new UserJourney and a new ProfileEdit policy, but I'm not sure of the details.
thanks!
Martin