Start your All-Access Pass to unlock this challenge
In one CRUD section, I need to allow access only if the user has ROLE_SIMBA_ADMIN
. But for one specific action (the DELETE
action), I need to require ROLE_MUFASA_ADMIN
. What's the best way to do this?
Note: ROLE_MUFASA_ADMIN
also grants access to ROLE_SIMBA_ADMIN
in role_hierarchy
.