Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Securing REST resources

User_GC8WMOct 13 2021

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.

Comments

Processing

Post Details

Added on Oct 13 2021
6 comments
112 views