cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect http://portalhost.com/sso to portal component

Former Member
0 Kudos

Hi,

I am currently implementing a pass through SSO solution for SAP EP (WAS 6.40 SP13), and the only major thing left is to redirect from http://portalhost.com/sso/?url=<targeturl>&otheroptions=1 to http://portalhost.com/irj/servlet/prt/portal/prtroot/com.statoil.portal.sso.passthrough?url=<target url>&otheroptions=1

I am hoping to avoid creating a full J2EE application only because it has some overhead in creating and this ought to be able to solve by configuration.

I've experimented a bit with the HTTP provider and the alias functionality almost solves my problem, but has a problems: http://portalhost.com/sso/?url=<targeturl>&otheroptions=1 is redirected to http://portalhost.com/sso/index.html meaning that I loose all parameters (could of course look at the referer, or include this page in the url, but this is not what I would like

(I believe that by chaning infernames to include index.jsp I can get it to execute the servlet container, but I have yet to confirm this. This is also important since I'd like a server side redirect, not client side)

<b>

Anyone found a workaround for the extra redirect for the aliases under the http provider service?</b>

Regards

Dagfinn

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Created a J2EE application just for the redirect..