Hi Experts,
We have a requrement to create an SDN type Logon.
For this I configured anonymous access and embedded an Iview created out of the Logon PAR file.(com.sap.portal.runtime.logon.par)
For the Iview we created an Abstract Portal Component and called the umLogon.jsp from it.
IResource jspResource =
request.getResource("jsp", "umLogonPage.jsp");
response.include(request, jspResource);
The par file has 5 components + this new abstract portal component.We created an Iview out of this abstract Portal component.
However the problem is that the jsp is shown but on entering the credentials and submitting no actions is performed.The Iview refreshes itself.
We also noticed that in the jsp the authscheme is not recognised ie
String reqscheme = proxy.getRequiredAuthScheme();
reqscheme is null
In the jsp on pressing submit SAPMLogonLogic.uidPasswordLogonAction is called.
Does anyone know what this does.
Please help.
Thanks,
Nikhil.
P.s:Will reward points for helpful answers.