Skip to Content
0
Feb 08, 2006 at 02:10 PM

Application Integrator- Intranet sites

30 Views

Hi,

I am trying to singlesignon to several intranet sites. It works for some, and fails for others. I have followed the documentation setting up system, user mapping and iview for app generator.

The userid and password does not get passed on in any of these sites.

One of the sites that is failing has a password with '@' sign. Does this need to change? The html for one of these sites looks like below. I am using duser and dpass as user and password fields for user maping. does anything else need to be passed?

<form method="POST" name="Userpass" onsubmit='return true'><!-- action="../../login.asp" -->

<TR>

<TD><img src="../../images/login/horizontal_line2.gif" border="0" width="399" height="70"></TD>

<TD>

<TABLE>

<TR>

<TD align="left" valign="middle">

<font size="2" face="Arial, Helvetica, sans-serif"><label for="duserf">Name:</label>&nbsp</font>

</TD>

<TD align="right">

<font size="2" face="Arial, Helvetica, sans-serif">

<input type="text" STYLE="width: 120px" size="15" maxlength="256" name="duser" id="duserf" status="selected" onkeydown="return doSubmit(event)">&nbsp;

</font>

</TD>

<TD>&nbsp</TD>

</TR>

<TR>

<TD align="left" valign="middle">

<font size="2" face="Arial, Helvetica, sans-serif"><label for="dpassf">Password:</label>&nbsp;</font>

</TD>

<TD align="left" valign="middle">

<font size="2" face="Arial, Helvetica, sans-serif">

<input type="password" STYLE="width: 120px" size="15" maxlength="256" name="dpass" id="dpassf" onkeydown="return doSubmit(event)">&nbsp;

</font>

</TD>

<TD>

<input id="bok" class="buttonAction" type="button" value="OK" onclick="doLogin()">

</TD>

</TR>

</TABLE>

</TD>

</TR>

</form>

</TABLE>

</TD></TR>

<form method="POST" name="Userpasshidden" onsubmit='return true'><!-- action="../../login.asp" -->

<input type=hidden name=UTCOffset value="">

<input type=hidden name=user value="">

<input type=hidden name=pass value="">

</form>

Thanks and regards,

Arun