0
antonis created
If I want to use only Authentication and Authorization of asp.net boilerplate what assemblies do I need?
Thanks in advance
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
1
The Abp package.
If you don't want the user management system (Module Zero), you'll need to implement
IPermissionCheckerand replaceIAuthorizationHelper. See this SO answer on Checking ABP permissions from claims.Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)