samples icon indicating copy to clipboard operation
samples copied to clipboard

Create a full implementation of the REST API based on sample "migrate-to-entra-external-id-for-customers"

Open rbrayb opened this issue 6 months ago • 0 comments
trafficstars

The sample "migrate-to-entra-external-id-for-customers" used AAD B2C as the journey orchestrator, creating and authenticating users in the Entra External ID tenant.

This will make it easier in the future to move apps to Entra External ID without disrupting your users.

The sample implemented a subset of the necessary API.

This sample implements a complete set of the REST API, allowing the following functionality:

  • Local account signup via link on the login page
  • Local account sign-in via login page using native authentication, not ROPC
  • Social account logins via federation buttons on the login page
  • MFA via SMS
  • Password reset via embedded link on the login page
  • Password reset via RP
  • Profile edit via RP

rbrayb avatar May 15 '25 01:05 rbrayb