Azure B2C bi-directional sync of password from Azure B2C tenant to custom identity provider

Roshan Kumar 1 Reputation point
2022-10-12T21:29:31.837+00:00

Azure B2C Bi-directional sync of password from Azure B2C tenant to custom identity provider for fall back mechanism.
We are migrating legacy customer login credentials into Azure ADB2C, we want to implement a fallback mechanism to sync customer password updates on Azure to our on-premise application in case we need to revert back to old login mechanism.

Is there any custom policy to enable password from Azure B2C to on-premise ?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
{count} votes

1 answer

Sort by: Most helpful
  1. Akshay-MSFT 17,956 Reputation points Microsoft Employee Moderator
    2022-10-19T07:18:39.293+00:00

    Hello @Roshan Kumar ,

    Thanks for posting your query on Microsoft Q&A. As per description above I could understand your ask as follows:

    Objective: Migrate users from on-prem to Azure B2C and have password writeback enabled from B2C to on-prem.

    Suggestion: As per https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-migration#seamless-migration we could migrate user accounts only one way user.

    If the REST API determines the password is correct, it writes the password into the Azure AD B2C account and change the boolean extension attribute to False.

    Post this any password policies are applied only to local accounts you just migrated.

    I would recommend to post an idea regarding this at our Feedback Portal which is reviewed by the product team. OR you could use Azure AD instead of B2C which does give a password writeback option https://learn.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-sspr-writeback.

    Please do let me know if you have any queries in the comments section.

    Thanks,
    Akshay Kaushik

    Please "Accept the answer" and "Upvote" if the suggestion works as per your business need. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.