Not prompting change password on First SignIn
问题 I am using Graph API to create user and this is how i am creating a user let payload = { "displayName": value.data.displayName, "identities": [ { "signInType": "userName", "issuer": "{tenantName}.onmicrosoft.com", "issuerAssignedId": value.data.memberNumber }, { "signInType": "emailAddress", "issuer": "{tenantName}.onmicrosoft.com", "issuerAssignedId": value.data.email } ], "passwordProfile": { "forceChangePasswordNextSignIn": true, "password": value.password }, "passwordPolicies":