Posts

What is Identity Provider Discovery Service

Image
Identity Provider Discovery Service When there are multiple Identity Providers the user has to select his Identity Provider. If there is only one Identity Provider then the federation continues as usual. However for use case where there are more than one Identity Provider, the user has to be guided to select his choice of Identity Provider. In order to be able to see all the Identity partners you will have to implement a landing page where user will select the desired IdP provider. Once user has selected the IdP, your service will redirect the user request to Service Provider and from there on the usual federation will continue with that IdP. So you need to implement a service that will redirect the user to this discovery page which is called as IDP discovery. This is enabled via the wlst command which enables the IdP discovery service. There is no gui setting to enable this service, do it via wlst. Also you may have to uncheck the box "Default Identity Provider Partner" 

OIM Connectors

Oracle Identity Manager (OIM) Connectors Download Link here   http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/connectors-101674.html OIM Connectors BMC Remedy Ticket Management BMC Remedy User Management CA ACF2 Advanced CA Top Secret Advanced Database Applications Table Database User Management Flat File Generic REST Generic Script GoogleApps IBM Lotus Notes/Domino IBM OS/400 Advanced IBM RACF Advanced IBM RACF Standard JDEdwards EnterpriseOne Microsoft Active Directory User Management Microsoft Active Directory Password Synchronization Microsoft Exchange Microsoft Windows Novell eDirectory Novell GroupWise Oracle CRM OnDemand Oracle e-Business Employee Reconciliation Oracle e-Business User Management Oracle Internet Directory Oracle Retail Warehouse Management System PeopleSoft Campus Solutions PeopleSoft Employee Reconciliation PeopleSoft User Management RSA Authentication Manager RSA ClearTrust SAP Employee Reconciliation SA

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