Using oauth claims based authz with scopes, how best to secure an endpoint /customers/123 so if im an admin, i can get any customer, but if im an area manager, i can only load customers in my area.
doesnt feel right to create multiple scopes read:customers, read:customers-all
Also doesnt feel right to create different endpoint, secured by different scopes
/customers/123
/area-managers/abc/customers/123