- ABP Framework version: v3.0.4
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
We have multitenancy application, if we add Roles to main admin those are not reflecting or displayed under Teant admin.
Please latest know how all roles of main ABP admin should be displayed across all Teanat admin.
8 Answer(s)
-
0
hi
Host and tenant are independent. You should set their user roles and permissions separately.
Please reply if I misunderstanding your mean. : )
-
0
Ok. we have requirmnet where Requestor and Approver roles need to be created. Users, who are in these role, will raise request or approve for there specific supplier or buyer. we can create Requestor and Approver roles and can map users to these roles through ABP identity module. but how roles can be mapped to Supplier or group of buyers ? can this achive through ABP identity module ? Please check the Roles hierarchy
-
0
hi
The abp framework allows you to manage users, roles, and their permissions. You have to create roles manually or through code, and assign permissions.
-
0
Yes, we can create Role and assign persmissions and users to Roles but how can i assign my suppliers or buyers to the user, who are in Requestor or Approver Role through ABP idnenity module. Please advise.
-
0
hi
There is no build-in feature.
You can use the
usermanager, rolemanager
and related repositories in Identity to implement your needs. -
0
I'm also wondering if there is a way to have roles which can be used across multiple tenants. Is there no way of doing this?
I see that OrganizationUnits are inheritable, and can be assigned roles. Would it be possible to acheave this somehow using them?
-
0
Is there no way of doing this?
This is not a standard practice, and the design of the framework did not consider it.
-
0
This question has been automatically marked as stale because it has not had recent activity.