if the role is activate or deactivate then what about the claims/Permission assigned to that role.
if the role is inactive then the permission will not be displayed . how to config that and where the logic should be implemented.
i am using (IAuthorizationService instance) _authorizationService.IsGrantedAsync("Permission Name") in public project but when i am change the permission is not affected in Web.public Project.but when i restart project is affected.but i dont want to restart whole project.
ok I will Check