Testing seemless migration to Azure AD B2C

Patrice Côté 186 Reputation points
2021-10-18T19:40:01.51+00:00

We are moving from an on prem identity provider to Azure AD B2C. Based on this official Microsoft documentation, we decided to go with the seemless migration process. The only problem I have with this approach is that we cannot really test it until we are in production, because our api's route that needs to be called (to validate user's credentials against legacy idp) are not reachable from the outside in all development/integration stages (for obvious reasons).

I want to know if anyone has ever implemented this flow in real life and if so, how did you manage to test it?

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,639 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alfredo Revilla (Personal Account) 391 Reputation points
    2021-10-20T14:20:56.143+00:00

    Hi @Patrice Côté , you can mock your legacy API responses using API Management. Additionally, you can build a mocked API and deploy it to Azure App Services and use it as a standalone backend or behind API Management. Or finally, if your company allows it, you can make your private APIS available through API Management.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,551 Reputation points
    2021-10-20T11:01:39.543+00:00

    Hello @Patrice Côté ,

    Thanks for reaching out.

    I hope suggestion which provided over here helpful, if you have any additional queries, please let us know. Thanks.

    0 comments No comments