AD B2C forceChangePasswordNextLogin for user flow “Sign in v2” doesn't initiate a password reset and prevents a successful login

后端 未结 2 580
说谎
说谎 2021-01-02 11:06

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         


        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-02 11:50

    Not an out of the box solution but there's this custom sample SingUpOrSigin policy which shows how to achieve this:

    Azure AD B2C: Force password reset first logon

提交回复
热议问题