Skip to content

Is it possible to make the Identity entity generic so that users can extend the Identity field themselves? #25455

Description

@easy999000

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Is it possible to make the Identity entity generic so that users can extend the Identity field themselves?
For example: public class IdentityUserManager<T> : UserManager<T>, IDomainService

Describe the solution you'd like

I would like to extend the identity field to make it easier to add custom fields.
This is because I plan to integrate multiple user systems into my system, each using different tables.

Defining different extension classes will make it easier to distinguish between user types.

Additional context

https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserManager.cs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions