cancel
Showing results for 
Search instead for 
Did you mean: 

EP 6 Initial Login Issue

Former Member
0 Kudos

Hi All,

Can anyone tell me the name of the java class that does the initial login authentication? I have tried SAPMLogonComponent, SAPMLogonLogic and the LogonBean but none of these get called when the Log On button is pressed. These classes are called when the initialization routines run and before the Logon page is displayed. Another observation ( which i can confirm through the debug i did) is that if you navigate the link for "Logon Problems Get Support", the above mentioned classes are called.

If you view the html source of the page ( which is generated from the umLogonPage.jsp) the Form action is empty .. which means the page is redirected to iteself. But i just can't seem to figure out which java class does the authentication?

The portal application that is being called is com.sap.portal.runtime.logon.

Thanks for all the help.

Regards

Renchy Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Thomas,

Authentication on the portal is done by a complex stack. This becouse you can have more then one authentication scheme (JAAS Java Authentication and Authorization Service).

Unfortunatly now I don't have the system near me, anyway you check the documenation at

http://help.sap.com/saphelp_nw04/helpdata/en/1c/ad1640033ae569e10000000a155106/frameset.htm

With Visual administrator under server, service, security provider, you will be found a schema "ticket" this is default schema.

Emmanuele Prudenzano

Answers (0)