2

AAD B2C: After "reset password" from Azure Portal the B2C users cannot change it while loging in by SignIn policy URL.

If I (as AAD B2C admin) reset password to some user (type of Member in AAD) then thit user cannot change password using Sing-In Policy URL - the login form doesn't accept temporary password.

But if the user tries to log in to portal.azure.com with it's UPN and temp password - then password change works fine.

Dmitry Tabakerov
  • 441
  • 7
  • 17
  • Possible duplicate of [Azure AD B2C self service password reset link doesn't work](https://stackoverflow.com/questions/41497158/azure-ad-b2c-self-service-password-reset-link-doesnt-work) – spottedmahn Apr 04 '18 at 16:42

1 Answers1

3

There is a known issue that is related to administrators resetting passwords for local account users via the Azure Portal.

It is recommended that administrators reset passwords for local account users using the Azure AD Graph API.

Chris Padgett
  • 14,186
  • 1
  • 15
  • 28
  • Currently facing the following: User's password must comply with some constraints, including special chars, which auto-generate password admin seems not to be able to create. Thus when the user tries to sign-in using a non-compliant password gets an invalid username or password error and can't proceed. Issue better detailed here: https://learn.microsoft.com/en-us/answers/questions/1023652/azure-b2c-reset-password-by-admin-do-not-comply-wi.html – basquiatraphaeu Sep 26 '22 at 23:16
  • However, couldn't find anything similar to it on the limitations page. – basquiatraphaeu Sep 26 '22 at 23:17