Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OHS/OAM/Portal SSO integration - mod_wl_ohs.conf problem

zstanicMar 14 2012 — edited Jun 20 2012
Hi,
I wonder if anyone can help with the WebCenter/OAM SSO integration issue I am having.

I need to setup a basic SSO for the demo WebCenter Portal we are working on.
We have OHS, OID and OAM setup.
WebGate is installed, and 11g agent setup in OAM.
I also have a host identifier, resources (URLs to be protected), policies and a SSO login page set.

I can access portal page in two ways:
Directly (server:8892/test)
or through OHS (server:7777/test).

First redirects me to something like
"server:8892/test/faces/pages_home?_afrLoop=..."
which is expected.
The second one opens SSO login page (also expected), but with correct login i get the message

"Not Found
Sorry!The page requested was not found.".

The cookies get set properly (OAMAuthnCookie_server:7777,OAM_ID, OAM_REQ)

The only entry i have in the mod_wl_ohs.conf file is:

<Location /test>
SetHandler weblogic-handler
WebLogicHost server
WebLogicPort 8892
</Location>

I guess the problem is in "/faces/pages_home?_afrLoop=..." part in the url once the authentification is successful.

So the question is - is this the problem, and if yes, how should I modify the mod_wl_ohs.conf file to include all the /test... parts.

Any input is appreciated.

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2012
Added on Mar 14 2012
1 comment
286 views