Ibm mobilefirst desktopbrowser环境生产问题:缺少应用程序真实性配置参数

时间:2016-10-04 10:49:41

标签: authentication ibm-mobilefirst

获取错误 - E FWLSE0059E:登录领域' wl_authenticityLoginModule'失败,当调用具有authsecurity的适配器时。 我的环境是DesktopBrowser。与其他帖子一样,我发现为移动环境提供了解决方案。 我通过根据提供的解决方案评论wl_authenticityRealm来更改我的authenticationConfig.xml

     <customSecurityTest name="AuthSecurityTest">
       <test isInternalUserID="true" realm="AuthRealm"/>
    <!--   <test realm="wl_authenticityRealm" step="1"/> -->
    </customSecurityTest>

并添加到 server.xml

中的webContainer标记下方
            <webContainer com.ibm.ws.webcontainer.suppressLoggingServiceRuntimeExcep="true" invokeFlushAfterService="false" deferServletLoad="false"/>

及以下是我的 application-descriptor.xml

中的代码
    <desktopBrowser cacheManifest="no-use"/>

我在自由服务器中重新生成并重新部署.war,适配器,.wlpp。但我仍然被提到错误。

1 个答案:

答案 0 :(得分:0)

应用程序真实性检查不适用于桌面浏览器环境。

应用程序真实性适用于iOS,Android,Windows Phone Silverlight 8和Windows 8 Universal环境。

请参阅http://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/dev/c_ibm_worklight_app_authentication_overview.html