Skip to Content
0
Former Member
Jun 03, 2008 at 01:50 PM

Custom login using servlet

52 Views

Hello All,

I have a requirement to use the UMLogon Jsp as provided by SAP package, but for the authentication i want to use my own authentication module which will authenticate using LDAP. Is it possible that i write a servlet which reads the user and password from the UMLogonPage and redirect it to the module which does the authentication? I have added the servlet in the portal.xml as

<component name="LogonServlet">

<component-config>

<property name="ClassName" value="xx.xx.xx.LogonServlet"/>

<property name="ComponentType" value="servlet"/>

</component-config>

</component>

During testing, it simply bypasses my module and goes on with the Basic Authentication module provided by SAP.

Could some one tell if this is possible at all or am I on the wrong track?

Thanks,

Meghana