Base solution for your next web application
Open Closed

AppAuthorizationProvider SetPermissions #11122


User avatar
0
NPECAdmin created

Product Version: 11.0 Product Type: Angular Framework: .net core ABP Framework: v7

Question from our developer: "we need to update display name and description for permission defined in AppAuthorizationProvider SetPermissions in runtime by the end user"


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @npecadmin,

    This is not possible out of the box. You can create a new table with the PermissionName and PermisisonDisplayName fields and allow end users to change permission names using this table. After that, you also need to get permission names from this table while displaying the permissions.