user-migration
user-migration copied to clipboard
Azure AD B2C User Journeys to perform User Migration from Legacy Identity Providers.
Bump Microsoft.Data.OData from 5.8.3 to 5.8.4 in /pre-migration/source-code/AADB2C.UserMigration.API
Bumps Microsoft.Data.OData from 5.8.3 to 5.8.4. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.8 to 2.0.9. Commits - [`84d6a54`](https://github.com/aspnet/Universe/commit/84d6a54ce9ba941e2b7318d7f377908473d35f6d) Merge 2.0.9 into release/2.0 - [`43ec723`](https://github.com/aspnet/Universe/commit/43ec72353f83465a3dd238e5a025b255e312f0ed) Merge branch release/2.0 - [`cc0e039`](https://github.com/aspnet/Universe/commit/cc0e0394acd1d13fb5769c3c8f8ec895893b39c4) Add required infrastructure improvements to submodules to support NETStandard... -...
Bumps bootstrap from 3.0.0 to 3.4.1. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps bootstrap from 3.0.0 to 3.4.1. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps Microsoft.Data.OData from 5.8.3 to 5.8.4. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I think [this technical profile validation step](https://github.com/azure-ad-b2c/user-migration/blob/master/jit-migration-v2/policy/TrustFrameworkExtensions.xml#L90) is missing a precondition. It should not run the REST call if the user is already found in AzureAD. We only want to...
Hi , Wounder if you can help. I'm trying to action steps listed in seamless-account-migration section. I've downloaded the start pack files and used Local account templates for TrustFrameworkExtensions.xml ,...
It would be nice if these samples were updated to reflect the new Password Reset flow. https://learn.microsoft.com/en-us/azure/active-directory-b2c/add-password-reset-policy?pivots=b2c-custom-policy
During login, "login-NonInteractive" technical profile is being called twice. Looks like it is happening due to inheritance of "SelfAsserted-LocalAccountSignin-Email" technical profile from TrustFrameworkBase.xml which already has "login-NonInteractive" validation technical profile.
After using this code in production, found an issue where emails with a + symbol (or any other funky symbol) cause sync to fail. Fix: add url encoding for this...