-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Question] IdentityUser<string> and default Idsrv4 DbContexts #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @lurumad
I will contact you with the progress later. Thank you for your feedback! :) |
Thank you so much for your answers! Regards! |
@lurumad - Here is preview - I've changed the primary key for Identity to |
I did a little work a while back towards using generics to control the key type. It's still a little rough around the edges and based on an old revision, but it does work: If it looks promising I can merge later changes back in, tidy it up a bit and do a pull request. |
@TheEvilPenguin - Thank you - I will check it deeper and give feedback. 👍 |
@TheEvilPenguin .. excellent !! Just the ticket to convince me to start using this Ids4 addition. .. and also thanks for the great work on this @skoruba ... will try to contribute where possible. |
@TheEvilPenguin - Your changes looks really good, much cleaner especially in views - where you are using the interface. |
Done on |
Hi folks,
First, thank you for your awesome project and all your efforts to bring the community a free AdminUI for IdentityServer4.
I have a couple of questions about the Skoruba internals architecture:
¿Why don't use the generic base for ASP.NET Identity Core IdentityUser?
¿Why don't use Idsrv4 DbContexts instead of creating interfaces like IAdminConfigurationDbContext and IAdminPersistedGrantDbContext?
¿Why to force to implement IAdminLogDbContext in order to use Skoruba?
In my case, these two things are stoppers to use Skoruba in our existing projects, because works with default interfaces.
Regards!
The text was updated successfully, but these errors were encountered: