OAM ObSSO Cookie problem!!!
669837Mar 24 2010 — edited Mar 24 2010Hi,
Please go through the following 2 scenarios. In scenario-1 Iam not facing any issue and SSO with Oracle Identity Manager is achieved with OAM. Where as in Scenario-2 , Iam facing issue.
Scenario -1 :
1. OAM is present on Machine1
2. OHS and OIM both are present on Machine2.(OHS for proxying the request to OIM server)
ProxyPass /xlWebApp http://<OIM SERVER>:7001/xlWebApp
ProxyPassReverse /xlWebApp http://<OIM SERVER>:7001/xlWebApp
3. form:http://<OHS HOST>:7777/am_login_mod/login.html
action:/dummy.cgi
creds:userid password
4. Created a policy domain to protect /xlWebApp
When Iam accessing http://<OHSHOST>:7777/xlWebApp, getting redirected to form page and on giving valid credentials, able to see OIM home page.(SSO is successful)
Scenario -2 :
1. OAM is present on Machine1
2. OHS is present on Machine2.(OHS for proxying the request to OIM server)
3. OIM is present on machine 3.
ProxyPass /xlWebApp http://<OIM SERVER>:7001/xlWebApp
ProxyPassReverse /xlWebApp http://<OIM SERVER>:7001/xlWebApp
3. form: http://<OHS HOST>:7777/am_login_mod/login.html
action:/dummy.cgi
creds:userid password
4. Created a policy domain to protect /xlWebApp
When Iam accessing http://<OHSHOST>:7777/xlWebApp ,getting redirected to form page and on giving valid credentials, getting HTTP 404 error with the url http://<OHS HOST>:7777/dummy.cgi.(SSO not happening).
MAin difference that I observed is :
In scenario-1, all three cookies ObSSOCookie,ObFormLoginCookie and JsessionID are generated(able to see in mozilla) but in scenario-2,Jsession ID is not getting created and ObSSCookie content is "Loggedoutcontinue".
Please suggest. I have tried all options but not able to go ahead with this issue.