Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: custom sso login page

Re: custom sso login page

From: Goran <grujaMAKNI_OVO_at_net.hr>
Date: Thu, 31 Mar 2005 15:19:04 +0200
Message-ID: <d2gtca$9t2$1@fegnews.vip.hr>

"Goran" <grujaMAKNI_OVO_at_net.hr> wrote in message news:d2ek7m$k12$1_at_fegnews.vip.hr...
> Hi,
> Sorry for long post but I wanted to explain everything ...
>
> I have a problem with custom SSO login page (10.1.2.). When I login to
> Portal everything is ok. I can logout and login without any problems.
Then,
> in another window if I open oiddas (I am already logged on) and try to
> LOGOUT from oiddas I get the error: page cannot be found.
> After that I cannot logout even from Portal.
>
> Did anyone have such problem? ...

I found the solution ...
replaced

htp.p('<FORM ACTION="ORASSO.wwsso_app_admin.ls_login" METHOD="POST" name="LoginForm">');

with

htp.p('<FORM ACTION="/sso/auth" METHOD="POST" name="LoginForm" AutoComplete="off">');

and added

htp.formHidden('v','v1.4');
htp.formHidden('appctx',null);
htp.formHidden('locale',null);
Received on Thu Mar 31 2005 - 07:19:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US