Okta to Azure AD B2C Users Migration JIT Approach Steps

Karikalan Ramakrishn 236 Reputation points
2022-10-15T12:34:41.407+00:00

Hi,

I am using Azure AD B2C custom policies with SAML authentication.
Just wondering what are the options are available to migrate Okta IdP Users to Azure AD B2C.
Certainly, I don't prefer Bulk Import CSV file upload. Is there any chances of using using Just in Time migration of user account pls?
If yes, could you shed some light on example B2C custom policies references? Thanks.

Community Center | Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,526 Reputation points Moderator
    2022-10-16T05:33:04.603+00:00

    Hello @Karikalan Ramakrishn and thanks for reaching out. You can find samples for Azure AD B2C JIT migration in GitHub.

    Although the sample code is written in C# it relies on ADAL and AAD Graph which are deprecated. Please replace references to former found in AzureADGraphClient class with proper ones from MSAL.NET and MS Graph .NET SDK.

    Also, to write the migration API in other programming languages like JavaScript, Java or Python is pretty straight forward provided endpoints included in the UserMigrationController class are migrated and the appropriate MSAL and MS Graph SDK are used.

    Let us know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.


0 additional answers

Sort by: Most helpful

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.