I was using Aspnet identity in CMS 11 and also it has some custom columns created by extending EPiServer.Cms.UI.AspNetIdentity.ApplicationUser class.
I am in progrres of migrating CMS 11 to CMS 12 and I came across some changes happened to Aspnet identity in .NET5 and also it has difference user password algoritham.
I found "EPiServer.CMS.AspNetCore.Migration" package to migrate. But can anyone worked on this identity migration if yes, Can you please provide the best way of migrating users and how to use above migration package.
Hi Team,
I was using Aspnet identity in CMS 11 and also it has some custom columns created by extending EPiServer.Cms.UI.AspNetIdentity.ApplicationUser class.
I am in progrres of migrating CMS 11 to CMS 12 and I came across some changes happened to Aspnet identity in .NET5 and also it has difference user password algoritham.
I found "EPiServer.CMS.AspNetCore.Migration" package to migrate. But can anyone worked on this identity migration if yes, Can you please provide the best way of migrating users and how to use above migration package.