I am creating new users in Azure AD B2C using the graph client api. The json i send to the api looks like the following:
{ \"creationType\": \"LocalAccou
Not an out of the box solution but there's this custom sample SingUpOrSigin policy which shows how to achieve this:
SingUpOrSigin
Azure AD B2C: Force password reset first logon