After upgrading to Identity Manager 14.4 CP2 or later, users may encounter the error "No WSS user name token found" in the application logs when making Task Execution Web Service (TEWS) calls. This occurs when Web Services Security (WSS) authentication is enabled, but the incoming SOAP request lacks the required WSS Username Token in the header, or when a configuration mismatch exists between the integration and the TewsSecurityFilter.
Release : Identity Manager
The TewsSecurityFilter is configured to enforce WSS authentication. If this filter is enabled in the web.xml configuration, it expects all incoming TEWS requests to contain a valid WSS Username Token in the SOAP header. This error arises if the integration sending the request is not configured to include the token, or if the TewsSecurityFilter is unintentionally active for services that do not support WSS.
If your integration does not require WSS Username Token authentication, you can disable the TewsSecurityFilter.
web.xml file: [JBoss_or_Wildfly_Home]/standalone/deployments/iam_im.ear/user_console.war/WEB-INF/web.xmlTEWSFilter:wsse:Security header.Body without the Envelope tag elements.