azure-ad-b2c / samples

Azure AD B2C custom policy solutions and samples.
804 stars 593 forks source link

Error while migrating users using signin-migration custom policies #585

Open akshay1298 opened 8 months ago

akshay1298 commented 8 months ago

I am getting below error while logging in with B2C & calling the legacy idP to migrate user with a visual studio subscription tenant (no help with azure app insights):

image

Using policy sample - https://github.com/azure-ad-b2c/samples/tree/master/policies/signin-migration

Can anyone please help me with this?

JasSuri commented 7 months ago

You did not configure for extension attributes. Follow this: https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-flow-custom-attributes?pivots=b2c-custom-policy

And next time, use the auto env setup tool: https://aka.ms/iefsetup

akshay1298 commented 7 months ago

I have used the ief setup tool for my env setup, but am still getting the same error

akshay1298 commented 7 months ago

@JasSuri