cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am trying to implement JAAS login Module as per the following documentation.

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

However when I configure the same in Visual Admin->Security Provider->Policy Configurations->ticket after the BasicPasswordLoginModule I cannot login with anyuser id not even using administrator.

Please let me know if anything is missing.

Thanks & Regards,

Vanita M.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

I tried out all the steps exactly as ypu mentiones.Thanks for such a detailed message.

However i cannot access my JSP page at all in the Mapping-> Add I have added my self as the user however I still cant access it.

Please help me with the same.

Thanks & Regards,

Vanita

Former Member
0 Likes

Hi,

what does that mean?

Do you get a prompt to login or do you get an error message when trying to access the JSP??

Is your application deployed?

- Start Visual Administrator

- Start Deploy Service

- Choose Runtime TAB and at the bottom of the page Click on Application (Radio Button)

- Navigate to your Application and expand it until you see servlet_jsp and what is underneath. Please tell me what you see here. Also check if the App is running (indicated by blue arrow)

Cheers

Former Member
0 Likes

Hi Marcel,

I had made a mistake and hence could not see the JSP page, now i can see the JSP page however my login module is not getting called. Do u have any steps to test that, I have used the standard example in the following link, where if the user id does not have the prefix mentioned in the options in Visual Admin, then a login exception should be thrown.

However my application is getting executed with any user id if i have added it to Security Roles -> Mapping.

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

Please let me know if you have any pointers.

Thanks,

Vanita

Former Member
0 Likes

Hi Vanita,

please adjust the logging as described in my previous posts of this thread.

When done please call your application again and paste the output of the security.log here (Only the part that contains the processing of the login module stack of your application).

Please do also paste the exact URL you are using to access your application (including all URL Parameters)

Cheers