我正在尝试在MobileFirst Platform中保护我的静态资源,如下所示。
<resource id="webStaticResources" securityTest="webStaticSecurityTest">
<urlPatterns>/default/views*</urlPatterns>
</resource>
&#34;的视图&#34;是我的应用程序中包含.html文件的文件夹。 我也尝试了 / views * 。
现在问题是,它阻止了每个网址,包括/ worklightconsole,并给我错误404.请帮忙。
先谢谢
答案 0 :(得分:0)
authenticationConfig.xml文件用于服务器资源,而不是应用程序资源。您不能以这种方式使用它来保护您的应用程序。
要保护您的应用程序,请使用MobileFirst安全框架:https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/authentication-security/