Base solution for your next web application
Open Closed

AspNet Boilerplate A&A only #6317


User avatar
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)
  • User Avatar
    1
    aaron created
    Support Team

    The Abp package.

    If you don't want the user management system (Module Zero), you'll need to implement IPermissionChecker and replace IAuthorizationHelper. See this SO answer on Checking ABP permissions from claims.