Problem Disabling SOAP Services Authentication for OAAM
I am trying to test some OAAM policies from outside the server by using the OAAM web services published at the URL: /oaam_server/services.
Since this is a testing scenario I just want to disable SOAP Service Authentication on the server. Accordingly to the OAAM documentation you can do it from the Enterprise Manager:
by attaching three policies to the OAAM web services:
oracle/binding_authorization_permitall_policy
oracle/no_authentication_service_policy
oracle/no_authorization_service_policy
I am able to attach those policies as described in above, but I don't see any attachment on the OAAM Web Services page, no matter how many times I repeat the process.
0