
You configure policy configurations for your Web application in order to determine the mechanism that will be used to authenticate an application's users. You can choose from the standard policy configurations such as BASIC , DIGEST , FORM , and CLIENT-CERT , or use a custom login module. For more information about setting up policy configurations, see Managing Policy Configurations in the Administration Manual.
In addition, you can associate the application with a security policy domain that affects the local single sign-on (SSO) capabilities.
You configure login modules in both web.xml and web-j2ee-engine.xml descriptors from the SAP NetWeaver Developer Studio.
On the web.xml screen, proceed as follows:
You perform the next configuration steps on the web-j2ee-engine.xml screen:
For more information about the single sign-on environment on the J2EE Engine, see Single Sign-on for J2EE Web Applications .
For more information about password change behavior on the J2EE Engine, see Changing the User Password .
In order to configure and use a custom login module in your Web application, you must have first registered it in the J2EE Engine user store.
See also: