Shibboleth:排除宁静的api

问题描述

我想从shibboleth中排除其他API。 网址是:

/rest/test/hello?param1=?&param2=?

我试图输入以下代码

<Location /rest/test/hello >
  Satisfy Any
  Allow from all
  AuthType None
  Require all granted
</Location>

但是它不起作用,因为该位置不存在。

现在,我正在准备文档,也许我应该使用标签“ Path”。 我试图编写这段代码

  <Path name="/rest/test/hello" authType="" requireSession="false"/>
       <Query name="param1"></Query>
        <Query name="param2"></Query>
</Path>

有人可以帮助我理解该怎么做,以这种方式使用“路径”标记是正确的吗?

非常感谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)