0
krushnakant created
- ABP Framework version: v4.4.X
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- How can i authorize particular app service on multiple permissions in OR condition.
- Ex. CreateAsync can be execute on [Authorize(XYZPermissions.xyz.Create)] or [Authorize(ABCPermissions.abc.Create)].
- Steps to reproduce the issue:"
2 Answer(s)
-
0
See https://github.com/abpframework/abp/pull/10152#issue-1007619207
-
0
Thank you for your support