Managing external identities to enable secure access for partners, customers, and other non-employees
Microsoft Entra External ID does not currently provide a dedicated password reset user flow equivalent to Azure AD B2C password reset policies for external tenant customer journeys.
Supported behavior in External ID is:
- Password reset is part of the default sign-in flow.
- There is currently only one user flow type, used for sign-in, sign-up, and password reset.
- A separate custom reset-password user flow is not supported.
Based on that, there is no supported method described here to:
- generate a standalone direct password reset URL,
- send users directly into a password reset-only journey without first entering the hosted sign-in experience,
- create a dedicated password reset policy like Azure AD B2C.
Relevant implementation details:
- External ID user flows are the policies used for sign-in, sign-up, and forgot password experiences.
- When users authenticate with the browser redirect model, they are redirected to a Microsoft Entra External ID user flow, and identity-related functions such as password reset occur within that flow.
- Azure AD B2C is the legacy solution that supported more customized user journeys through the Identity Experience Framework.
For a B2C-to-External ID comparison, the migration guidance lists several built-in External ID capabilities, but it does not identify a standalone password reset user flow as a built-in feature.
References: