RBAC vs ABAC : Performance consideration and use cases
We have two access control mechanism, role based (RBAC) and attribute based (ABAC). When i think of uses cases, I wonder if I should use RBAC with access-when or ABAC. What are the best practice or recommendations for them? How system internally processes these access controls? Does one have any performance implications above other? Does ABAC has any exclusivity which can not be done using RBAC.
Please suggest and share your views.