I have one question about securing REST Resources. Let's say that idea is to grant access on 2 resources (view objects) to 2 users. One user is supposed to see first resource, and second user is supposed to see second resource.
And here's the problem. When I add two users, either of them can see both resources. I tried with different roles but cannot separate resources to users.
According to oracle document about creating ADF RESTful web services (https://docs.oracle.com/middleware/1221/adf/develop/GUID-8F85F6FA-1A13-4111-BBDB-1195445CB630.htm#ADFFD54061), this is straight forward procedure.
Thank you in advance.