-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
UserIdentity #128
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 @ekjuanrejon |
Hello I wanted to added more properties like FacilityId and OrganizationId but I don't think it is not supported. I ended up updating Skoruba.IdentityServer4.Admin.EntityFramework.Identity.Entities.Identity.UserIdentity and created a new nuget package. I tried to inherit from that class but the IoC was failing. |
Hello, I am trying to achieve the same thing. One of the issues that I see is that the AdminDbContext specifies "UserIdentity" directly and not a generic type that can be injected. The documentation (https://github.com/skoruba/IdentityServer4.Admin/blob/master/docs/Configure-To-Existing-Identity.md) relies on changing the code in Would adding generic types to the AdminDbContext be possible and could it potentially allow specifying our own UserIdentity class to be done easily? |
Hello @pbros |
Done on |
Hello
How to extend UserIdentity when using the nuget packages. The IoC does not seem to play nice
The text was updated successfully, but these errors were encountered: