31.3.29 Login to Office 365 Fails when WS-Trust MEX Metadata Is Larger than 65 KB

To workaround this issue, perform the following steps:

  1. Modify /opt/novell/nam/idp/webapps/nidp/WEB-INF/web.xml and map mex.jsp to the servlet mapping URL /ndip/wstrust/sts/mex as follows:

    <servlet> <servlet-name>NetIQSTS12MEX</servlet-name> <jsp-file>/jsp/mex.jsp</jsp-file> <load-on-startup>1</load-on-startup> </servlet><servlet-mapping> <servlet-name>NetIQSTS12MEX</servlet-name> <url-pattern>/wstrust/sts/mex</url-pattern> </servlet-mapping>

  2. Restart Identity Server.