0
antonis created
If I want to use only Authentication and Authorization of asp.net boilerplate what assemblies do I need?
Thanks in advance
1 Answer(s)
-
1
The Abp package.
If you don't want the user management system (Module Zero), you'll need to implement
IPermissionChecker
and replaceIAuthorizationHelper
. See this SO answer on Checking ABP permissions from claims.