AspNetIdentity icon indicating copy to clipboard operation
AspNetIdentity copied to clipboard

asp.net identity cross framework issue - .net core vs .net framework

Open AnkitSource opened this issue 5 years ago • 0 comments

I need to reuse Identity 3.0 (.Net Core) users to Identity 2.2.1 (.Net Framework) but login is failing because the password is not matching. help, please.

Is there a difference in the Hashing mechanism in .Net Core vs .Net Framework?

Identity 3.0 sample password looks like AQAAAAEAACcQAAAAExxxxxxxx.

AnkitSource avatar Nov 04 '20 17:11 AnkitSource