cancel
Showing results for 
Search instead for 
Did you mean: 

urgent: JAAS authentication for Web Application

Former Member
0 Kudos

Hi,

I am trying to implement JAAS Authentication for a Web Application.

Below are the steps that i have followed.

1. I have created a customLoginModule and have added it

to UME userstore.

2. Created a Security-role and have added user to it.

3. Modified web.xml and web-j2ee-engine.xml to refer to

the LoginModuleClass and also set the setup the

security contraints and resources for the same.

but am still unable to succesfully use authenticate the user.

Please let me know if I have missed any step.

Regards,

S.Divakar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This involves a

1. Creation of Custom login module for authentication.

http://help.sap.com/saphelp_nw04s/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/content.htm

2. Application configuration to look into custom login module

http://help.sap.com/saphelp_nw04s/helpdata/en/3e/ee7aa1ab8b4442bab00ba3171cef72/content.htm

Add users to the Security-Role in Visual Administrator and

you will have custom login setup.

Regards,

Divakar