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 !!
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
hi
You can define a
BookStorepermission, 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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)