Skip to Content
0
Nov 14, 2006 at 01:45 PM

SSO with .NET application

30 Views

Hi

We are trying to integrate a Web Application(.NET) into EP(version=6.0.15.0.0)

using SSO(UID/Password).

We have already tried creating normal URL iview with HTTP System and the one from PAR using App Integrator.

But we are still getting the logon page while accessing the iview.we have

already gone through most of the threads discussed in SDN.

The following is the source code of the login page,

.

<form name="frmLogin" method="post" action="frmLogin.aspx" id="frmLogin">

<input type="hidden" name="__VIEWSTATE" value="dDwtMTI1MDAyNTcxMjt0PDtsPGk8MD47PjtsPHQ8O2w8aTwxPjtpPDcOz47bDx0PHA8cDxsPFRleHQ7PjtsPFxlOz4Oz47Oz47dDxwPDtwPGw8T25DbGljazsO2w8SmF2YXNjcmlwdDpyZXR1cm4gZm5DbGljaygpOz4Pjs7PjsPjsPjs4X8lOfH25c34IcYQAcL5B+Fw2Y=" />

<input name="txtUserName" type="text" maxlength="10" id="txtUserName" />

<input name="txtPassword" type="password" maxlength="13" id="txtPassword" />

<input type="submit" name="btnSubmit" value="Submit" />

</form>

.

.

<u>The following setting has been made for the system</u>,

name of the server: <ip address>

protocol of target system: HTTP

URI of application: /frmLogin.aspx

<u>Also for the iView of the type web appintegrator,</u>

URL Template --<System.server>://<System.server><System.uri>?<Authentication>

URL Template fraction for user mapping --

txtUserName=<MappedUser>&txtPassword=<MappedPassword>

Please help us if we have missed any of the required parameters.

Thanks & Regards,

Kishor Gopinathan