我試圖按照the tutorial at this url,教程非常簡單,但我無法得到正確的結果。下面IBM Worklight - 如何在Worklight Console中啓用應用程序真實性?
是我authenticationConfig.xml
<securityTests>
<customSecurityTest name="custom-mobilesecurityTest">
<test realm="wl_antiXSRFRealm" step="1"/>
<test realm="wl_authenticityRealm" step="2"/>
<test realm="HeaderAuthRealm" isInternalUserID="true" step="3"/>
</customSecurityTest>
</securityTests>
,但應用程序的認證出現在控制檯總是「訪問已禁用」,我無法啓用它。我在這裏錯過了什麼嗎?
您正在使用** Worklight **的哪個版本** Developers edition或Consumer Edition或Enterprise Edition **? –