How to implement MySQL query fo RBAC authorization with fine grained business restrictions in role?

When implementing an authorization system like RBAC/DAC, or XACML, or the AWS IAM authorization model, I see that I can’t totally decouple business logic from authorization when there are fine-grained business restrictions.
We don’t use OR… Continue reading How to implement MySQL query fo RBAC authorization with fine grained business restrictions in role?

Can I use stormpath user management service with a XACML library like BALANA?

I’m trying to implement some security access control in a software I’m building. I came across Stormpath for user management and they have somewhat an approach for RBAC yet what I was considering is to rely on XACML for ABAC … Continue reading Can I use stormpath user management service with a XACML library like BALANA?

Can I use stormpath user management service with a XACML library like BALANA?

I’m trying to implement some security access control in a software I’m building. I came across Stormpath for user management and they have somewhat an approach for RBAC yet what I was considering is to rely on XACML for ABAC … Continue reading Can I use stormpath user management service with a XACML library like BALANA?