直接更新无法在Windows手机设备中使用

时间:2016-03-10 10:04:23

标签: ibm-mobilefirst mobilefirst-server

直接更新对于Windows Phone 8设备无法正常工作,而iOS的工作正常吗?

Enviornment:Mobile First 7.1.0
Windows phone 8 Nokia

应用程序描述符编辑器 - > WIndows phone 8 - >安全测试:默认 App Authenticity Config设置为Basic.Below是authenticationConfig.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <tns:loginConfiguration xmlns:tns="http://www.worklight.com/auth/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<staticResources>
    <resource id="receiveSMS" securityTest="SubscribeServlet">
        <urlPatterns>/receiveSMS*</urlPatterns>
    </resource>
</staticResources>

<securityTests>
<customSecurityTest name="SubscribeServlet">
        <test realm="wl_directUpdateRealm" step="1"/>
        <test isInternalUserID="true" realm="SubscribeServlet"/>
    </customSecurityTest>

    <customSecurityTest name="LDAPSecurityTest">
       <test isInternalUserID="true" realm="LDAPRealm"/>
    </customSecurityTest>
 <customSecurityTest name="winfoneSecurityTest">
  <test realm="wl_remoteDisableRealm" step="1"/>
  <test mode="perSession" realm="wl_directUpdateRealm" step="1"/>
  <test isInternalUserID="true" realm="wl_anonymousUserRealm" step="1"/>
  <test isInternalDeviceID="true" realm="wl_deviceNoProvisioningRealm"    step="2"/>
</customSecurityTest>
</securityTests>
<realms>
 <realm loginModule="rejectAll" name="SubscribeServlet">
  <className>com.worklight.core.auth.ext.HeaderAuthenticator</className>
  </realm>
</realms>
<loginModules><!-- cannot share confidential info --></loginModules>
</tns:loginConfiguration>

0 个答案:

没有答案