我试图按照这个 url上的教程进行操作,教程非常简单,但我无法得到正确的结果。
下面是我的 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>
但是控制台中出现的App Authentication总是“Access Disabled”,我无法启用它。我在这里遗漏了什么吗?