58
Views
3
Comments
Can I store my user in separate entity beside system default user entity?
Question

For example, I have application A and Application B; I do not want to store both, application A and application B user to system User entity.

I want to store application A users to a custom entity E.g. application-A-Users. In addition, Application B users to a custom entity E.g. application-B-Users.

Is it possible?

2021-07-14 09-27-33
Luís Cardoso

Hi Said,

Why do you need that? What is the problem of using the same Entity?

I think for you to that, you need to use the User entity and have the Id of the User as Id of your Custom entities:

 



2020-02-09 17-20-24
Said Al Balushi

Hi Luís, 

As per audit policies (in my organization), not to store two different application user details in same entity.

2020-09-04 11-39-50
Rogier Olde Dubbelink

Hi all,

In the shared User entity, you have the right to delete users of other applications. Is that a good reason?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.