Identity: ASP.NET Core Identity + EF6 + IdentityServer4

Created on 4 Dec 2016  路  2Comments  路  Source: aspnet/Identity

I'm currently developing a system with the following stack:

Now because of MembershipReboot support being expired, I decided to switch back to ASP.NET Core Identity.

How can I have the following stack?

Is this repo the way to go? Or any better alternative?

All 2 comments

The Identity Server folk have suitable templates for this in their samples; https://github.com/IdentityServer/IdentityServer4.Samples

@blowdart
Those examples use EFCore. The OP was referring to EF6, which is my question as well. And in short, how do I implement a UserStore<User, TKey> untied to EF7.

Was this page helpful?
0 / 5 - 0 ratings