Posts

Showing posts from October, 2016

Using Jmeter with OAM Windows Native Authentication

Using Jmeter (Apache Jmeter) to test Oracle Access Manager windows native authentication, WNA Discussion here   LINK Jmeter is not a browser. You need to pass it parameters for authentication. http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Authorization_Manager The HttpClient3.1 implementation defaults to pre-emptive authentication if the setting has not been defined. To disable this, set the values as below, in which case authentication will only be performed in response to a challenge.   In the file jmeter.properties set httpclient.parameters.file=httpclient.parameters and in httpclient.parameters set http.authentication.preemptive$Boolean=false   Note: the above settings only apply to the HttpClient sampler. http://stackoverflow.com/questions/10197961/jmeter-ntlm-windows-authentication-load-testing?rq=1 OK. Finally I got what was missing. First, I had to change the implementation of every request to HttpClient3.1 Second, it was really frustrating

OHS Reverse proxy discussion

Image
OHS Reverse proxy discussion   LINK OHS Reverse proxy in OIM High Availability environment This question is  Not Answered. Nitin Natekar  Jul 22, 2016 12:01 AM Hi Security folks, I need one suggestion related to configuring OHS reverse proxy in OIM HA environment. I have external and internal load balancer. My OHS is configured in DMZ area. It is reverse proxy to my Web Logic as well as OIM managed server. All managed servers (OIM and SOA) are in clustered mode.  OIM self service is exposed to public, OIM admin console and weblogic admin console is only accessible internally. Although OIM admin console and weblogic admin servers are internally access both are coming from external load balancer. We have created Firewall rules so that both the URL's are only accessible internally. Self Service URL which is coming from external load balancer is hitting OHS and OHS reverse proxy settings are resolving to my internal load balancer. My internal load balancer then res