Greetings Sri,
You have to enable SSO in the Login, logout, and then try
it again
Sincerely,
Steven Williams
exteNd & IDM Senior Technical Support Engineer
On Thu, 08 May 2008 20:39:24 +0000, Steven Williams wrote:
> Greetings Sri,
> It would be something like:
>
> password=${Application/login-pass} that is assuming you have not
> changed the default SSO Login Parameter Keys
>
> Sincerely,
> Steven Williams
> exteNd & IDM Senior Technical Support Engineer
>
>
> On Thu, 08 May 2008 20:06:01 +0000, sriramt wrote:
>
>>
>> Thanks a lot for your suggestion, but i have a question
>>
>> is there any way where i could post the credentials values from the
>> iFrame portlet, so that i could receive the values in the JSP page,
>> through request.getParameter (). command, So that i avoid using form
in
>> my JSP page.
>>
>> As i earlier mentioned if i use
>>
>> username=${User/id} as URL / Form parameter,
>>
>> I could get the username value using request. getParameter() is there
>> any way to get the password value also.
>>
>> please help me
>>
>> thanks
>> Sri
>>
>>
>>
>>
>>
>>
>> jgdasilva;1553728 Wrote:
>>> On 05/08/2008 05:36 PM, sriramt wrote:
>>>
>>> > I need to pass my authentication credentials, to a JSP page, I
did
>>> the
>>> > following changes in the Login portlet
>>> >
>>> > i have enabled the SSO and have set the SSO
>>> >> UserID Key as 'username' and SSO PasswordID key as
'password'.
>>> >
>>> > In the iFrame Portlet, please let me know what i should need
to do
>>> to
>>> > get the credentials (both username & password) in the JSP
page.
>>> >
>>> > URL / Parameters : ?
>>> >
>>> > Encode URL PArameters : ?
>>> >
>>> > Encoding : ?
>>> >
>>> > Form Post : let it be True
>>> >
>>> > Authentication : ?
>>> >
>>> > USername : ?
>>> >
>>> > Password : ?
>>> >
>>> > In the JSP Page wat is the coding i should have, to get both
the
>>> > username & password
>>> >
>>> > <P><FONT SIZE=\"6\">USERNAME
:&NBSP;
>>> >
<%=SESSION.GETATTRIBUTE(\"USERNAME\")%></FONT></P>
>>> > <P><FONT SIZE=\"6\">PASSWORD
:&NBSP;
>>> >
<%=SESSION.GETATTRIBUTE(\"PASSWORD\")%></FONT></P>
>>> >
>>> > or
>>> >
>>> > <p><font size="6">Welcome :
>>> >
<%=request.getParameter("username")%></font></p>
>>> > <p><font size="6">Welcome :
>>> >
<%=request.getParameter("password")%></font></p>
>>> >
>>> > please advice, how to proceed ..
>>> >
>>> > But I good get the username, by simply passing the below URL/
>>> > PArameter
>>> >
>>> > username=${User/id}, But I could even get get this even when
SSO in
>>> not
>>> > enabled ...
>>> >
>>> > please let me know the right procedure, to get the values in
the
>>> IFrame
>>> > portlet JSP Page with SSO enabled ...
>>> >
>>> > Thanks
>>> > Sri
>>> >
>>> >
>>>
>>>
>>> Change your JSP to have a form in it, with two input controls one
for
>>> username and one for password.
>>>
>>> The use URL/Parameters preference to refer to these input controls
>>>
>>> username=$
>>> password=$
|