Hi All,
My customer has a couple of custom applications running in the system landscape and I would like to integrate them to EP6.0 SP16 using SSO with User Mapping.
I have refered to some threads here on App Integrator and tried to implement it that way but was all in vain. Or probably I went wrong somewhere. On top of it, i couldn't find parameters like URI for Web Application which has been referred by somebody here.
This is what I have done:
Created HTTP System and a system alias
Here I am not sure what should be the Authentication type, Authentication URL, URL Paramter for password and URL Parameter for username
Created iview using par com.sap.portal.appintegrator.sap
Now here in the Content - Generic Launcher, i am not sure what should be entered for Application Parameters, HTTP Request Method, URL Template & URL Template Fraction.
Detlev and Robert have given some examples but couldn't really relate them to my problem. This is how the html source code of my Login Page looks like. Looking at this, can anybody tell me what could be the values for the above parameters ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<form method="post" action="/names.nsf?Login" name="_DominoForm">
<input type="hidden" name="%%ModDate" value="600014E3374D4158">
<input name="reasonType" value="3" type=hidden>
<tr><td align=right height=25>
<font face=arial font size=2 color=white font weight=bold>Username : </font></td><td>
<input name="Username" value="" size=15 class="default"></td></tr>
<tr><td align=right height=25><font face=arial font size=2 color=white font weight=bold>Password :</font></td><td>
<input name="Password" value="" type="password" size=15 class="default">
<INPUT TYPE=submit class=button VALUE="Login"></td></tr>
</table>
<br>
<table border=0 align=center><tr>
<input type="submit" value="">
<br>
<input name="RedirectTo" value="/XYZ/ABC.nsf/NewHome?OpenForm=" type=hidden></font></form>
</body>
</html>