I am working on adding Security Policy (Authentication & Authorization) to a REST Adapter in my composite in SOA Suite 12c.
I noticed when creating the Application Policy for my group, in adding the Permissions' Resource Name, I am forced to use the composite version. According to the Securing Web Services documentation, the Resource Name should be NameSpace/Service#Operation. However, for the REST Adapter, it looks like I have to use "default/CompositeName/CompositeVersion/Service#*" (e.g. default/NotificationInterface/1.0/NotificationInterface#*).
Has anyone else seen this for the REST adapter?
It seems odd that I am forced to use the version number and not the namespace for limiting my application policy permissions for my REST Adapter.
Thanks for any replies.