0
Dev2ng created
Hi,
We have two Angular Apps one is AdminApp and another is XyzApp, we have some menus defined in XyzApp lets say "BookStore".
We need the user access permissions to be managed at the AdminApp for this "BookStore" menu inside XyzApp.
We have separate AuthServer for AdminApp.
Please provide the solution.
Thanks !!
1 Answer(s)
-
0
hi
You can define a
BookStore
permission, then manage the user permissions, and then check the current user permissions on your angular side.https://docs.abp.io/en/abp/latest/Authorization#permission-system https://docs.abp.io/en/abp/latest/UI/Angular/Permission-Management