During a threat model, you identify a risk related to 'Broken Access Control'. Which design mitigation is best suited for this?
This ensures consistent and secure access control enforcement.
Why this answer
Policy-based access control (RBAC or ABAC) ensures users only access resources they are authorized to.