Leave a Comment:
9 comments
Hi Atul,
I have weblogic server(10.3.3),Oracle access manager(11.1.1.3.0),soa(11.1.1.3.0) and UCM(11.1.1.3.0) and weblogic portal(10.3.2). Do you have any idea how I can configure SSO in my environment.
@ Kishore Rout,
Check this
http://download.oracle.com/docs/cd/E14571_01/core.1111/e10043/osso.htm#BABJJFAI
ReplyHi Atul,
I have done SSO configuration using weblogic portal 10.3.2, OAM 11g via webgate. Now SSO is working for me. But after sso login I can see my potal pages, but .jpeg,.css,.gif files which are there in my project ear files are showing in the portal pages only letters are coming. http server is not fetching styles from my project ear files. Could you please help me in this regard.
Hi Atul,
Sorry.. Mistakes in my above writings. Correct statement is “.jpeg,.css,.gif files which are there in my project ear files are not showing in the portal pages only letters are coming.”
Hello Kishore,
Please check whether the jpef, css and gif files are unprotected in OAM Policy domain using anonymous auth scheme.
-Mahendra.
ReplyHi Atul,
I have done configuration by adding(jpef, css and gif files) in public authentication policy in OAM policy domain. Our configuration is like below.. weblogic server 10.3.3 and OAM 11g is running from one location where as weblogic portal 10.3.2 is running from other location.project ear file was deployed in portal location. SSO is done using webgate with OAM 11g and OHS 11g with project portal. Is there any changes we have to do in http serevr conf file. I think http server is not getting the .gif,.jpeg,.css files?
Hello Kishore,
Have you done any proxy at HTTP Server to WebLogic Portal application? If so, is that inclusive of gif,css etc., files?
Please let me know.
-Mahendra.
ReplyHi Mahendra,
I have added location part to mod_wl_ohs.conf file. The entry is like below:
SetHandler weblogic-handler
WebLogicHost 172.18.226.190
WeblogicPort 7002
and the URL to access portal is: http://172.18.226.190:6666/LoginPortal1/KACSTLogin.portal
OHS server is listening on port:6666. Except this I didn’t do any configuratiion changes.
Hi Atul,
I’m trying to integrate Ping Federate in our WLP 10.3.
Portal has existing Authentication.Login mechanism taking username/password from form coming from JPF controller and then userProfile is created using username.
But now there would Ping Federate server talking to OAM and do authentication and just pass openToken to our application URL and we will read parameters from openToken like username but password will not be available and now how will we move ahead with current Authentication.login as it ask for password of user and only then creates user profile, but we dont have password and if we authentication then this is two way authentication once OAM and then portal authentication and profile creation.