6.4 Enabling SOAP Security

  1. In IDMProv.war, find the web.xml file and open it in a text editor.

  2. At the bottom of the file, uncomment the following section:

    <security-constraint>
            <web-resource-collection>
                    <web-resource-name>IDMProv</web-resource-name>
                    <description>IDM Provisioning Edition</description>
                    <url-pattern>/*</url-pattern>
                    <http-method>POST</http-method>
                    <http-method>GET</http-method>
                    </web-resource-collection>
            <user-data-constraint>
                    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
            </user-data-constraint>
    </security-constraint>
  3. Save the file and archive, then restart Tomcat.