I have a web application that implements a service frontend.
with many qury services exposed to many users.
To understand the size of the application we can suppose a number of 100 services and a number of about 8000 users.
Each user may or may not have access to one service.
I cannot understand if is better to setup a role for each service or made a single role for authenticated users and manage the authorization problem via ACL.![]()
tanks.



. I thought it was "should I used ACL or ROLE?". I've never tried to use both so I really don't know, I guess you'd just have to give it a go. Apologies for any confusion.
