Open
Description
Feature Description
Similar to FusionAuth and Keycloak user can have multiple registration in different apps or clients
Describe the solution you'd like
Create an entities in which the we assign appropriate user to it.
Describe alternatives you've considered
The alternative is to add some metadata (companyId, appName...) in the "app_data" field in user schema, it make it hard to filter and process users from the one API call
Additional context
Not to confuse with multitenancy (or what Keycloak call Realm), make Authorizer the central authentication microservices