Change the web.xml file

(Optional) Enter contextual information here, including the purpose of the task.
  1. Locate the web.xml file in the application (OBTR) EAR file.
  2. Add the following lines under login-config.

    <login-config>

    <auth-method>CLIENT-CERT</auth-method>

    <realm-name>myRealm</realm-name>

    </login-config>
  3. Save the file and redeploy and restart the application.