I created a repo based on IS3 EF, 'TwentyTwenty' and RigoFunc (among others) Contributions welcome. SEE:
BlueConcord.IdentityServer.EntityFrameworkCore
https://github.com/IdentityServer/IdentityServer3.EntityFramework
TwentyTwenty
https://github.com/xyting/RigoFunc.IdentityServer
https://github.com/aspnet/Identity
Are you planning on doing a full EF core implementation for client, cors, scope, and operational stores?
Just FYI, our https://github.com/2020IP/TwentyTwenty.IdentityServer4.EntityFrameworkCore has been ported to RC2 IS4 beta 2. Will be published to nuget tomorrow. Not sure what the purpose of his fork was here...
We have pushed a nuget package with EF Core support. https://www.nuget.org/packages/TwentyTwenty.IdentityServer4.EntityFrameworkCore/
@jarroda Do you plan to create an ASP.NET Identity Core support package for IdSvr4?
@totht91 I have an implementation of Identity Core working with IS4. I am going to compile gists of it's basic usage and publish those later this week. I don't think there is a way to abstract out all the user stuff to it's own nuget, as it is very custom.
@ericgreenmix Where would be the place to keep an eye on for the compilation of those gists ?
@ericgreenmix Are those gists available?
@TheRubble You should take a look at this repo:
https://github.com/tibold/IdentityServer4.Contrib.AspNetIdentity
@PivotalAnimal
You might want to cosider contributing to this repo instead:
https://github.com/2020IP/TwentyTwenty.IdentityServer4.EntityFrameworkCore
Marking with docs so we can add links to these projects.
We started our own EF repo - please join us there and contribute to improve the library.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Just FYI, our https://github.com/2020IP/TwentyTwenty.IdentityServer4.EntityFrameworkCore has been ported to RC2 IS4 beta 2. Will be published to nuget tomorrow. Not sure what the purpose of his fork was here...