Reputation: 15981
How do I reset a user's password when using custom policies? Based upon this thread, I can't use portal.azure.com as it assigns a temporary password that must be changed on next sign-in.
Am I forced to use the graph api? Any other options?
Upvotes: 4
Views: 2035
Reputation: 1232
Copying the answer from the stack overflow post that you linked,
Both a "sign-up or sign-in policy" or "custom policy" do not support the Azure Active Directory forceChangePasswordNextLogin flag. (forceChangePasswordNextLogin will only work with a "sign-up policy") There is a feature request tracking this here: https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/16861051-aadb2c-force-password-reset
Upvotes: 1