Hello all,
I have a question related to configuration of Login Module stack for a Java application deployed on a JEE engine 7.40.
I've created a dummy servlet (EAR & WEB projects) that I want to invoke in order to obtain a SapLogonTicket in my session using the standard HeaderVariableLoginModule.
I've created the application inside NWDS without any specification inside web-j2ee-engine.xml file (I assume I can apply security Policy Configuration directly from NWA after deploy).
The web page is displayed correctly at runtime after deploy (no security settings involved)
After that I go inside NWA and I try to apply a security Policy Configuration to the deployed component (for the beginning a Basic Authentication), but after making this configuration the application still work without any credential request at the beginning...
Several years ago I made the same configuration using a J2EE server 6.40 and it worked, so I'd like to understand what changed with the latest release and if the steps performed are correct or I miss something...
Thanks
BR
Enrico