cancel
Showing results for 
Search instead for 
Did you mean: 

User Authentication in Web Dynpro Java

Former Member
0 Kudos

Hi guys,

I was just wondering how user authentication can be achieved in WDJ? In Web Dynpro ABAP this comes for free when you launch an application. However, in WDJ we can deploy and call the URL without any authentication at all. Is there a way to configure this or do we really have to code this? Thanks! Generous points will be awarded!

Accepted Solutions (1)

Accepted Solutions (1)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

U can get an authentication here, do the following steps...

Double click ur Application_name--->Application Properties (Tab)


>New---> Browse---->Authentication.

Regards,

Suresh.T

Former Member
0 Kudos

Hi,

In the application properties add the predefined parameter 'Authentication' and Value as TRUE.

Then It will ask the userid/password.

Click on "Application_Name" node in the project structure, there you will find 'Application properties' Tab, Click on 'New' button and add predefined parameter 'Authentication'.

Thanks

Sreeni

Former Member
0 Kudos

Hi Alex,

sorry, double click on "Component_Name", you could able to see properties tab.

Thanks

Sreeni