how to enable force-password-reset-first-logon based on B2C example

Raf Nijs 1 Reputation point
2020-12-10T12:01:29.39+00:00

Hi, I struggeling with implementing Force password reset on first logon on my B2C environment. I followed all the instructions based on https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset-first-logon. But i'm receiving the following error message when I create a user with the graph-explorer: { "error": { "code": "Request_BadRequest", "message": "The following extension properties are not available: extension_00000000000000000000000000000000_mustResetPassword.", "innerError": { "date": "2020-12-10T11:56:31", "request-id": "28908f89-1cb4-42e4-8677-7b0e99b2e6c0", "client-request-id": "c2bef567-03a9-7641-44aa-b58ed80ca19b" } } } probally the extension is not configured correctly with graph-explorer? can someone give more details how to do it correctly? because the documention is lacking on this topic. https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset-first-logon

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,718 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 2020-12-10T19:01:15.9+00:00

    Please replace all 00000000000000000000000000000000 instances with your B2C extensions app registration object id.

    Please let me know if you need more help. If the answer was helpful to you, please accept it and, optionally, provide feedback so that other members in the community can benefit from it.

    0 comments No comments