1 Star 0 Fork 0

jeff.stone/cas-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README-CCCI.txt 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
<filter>
<filter-name>CAS Filter</filter-name>
<filter-class>edu.yale.its.tp.cas.client.filter.CASFilter</filter-class>
<init-param>
<param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name>
<param-value>https://give.ccci.org/login</param-value>
</init-param>
<init-param>
<param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name>
<param-value>https://signin.mygcx.org/cas/proxyValidate</param-value>
</init-param>
<init-param>
<param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name>
<param-value>give.ccci.org</param-value>
</init-param>
<init-param>
<param-name>edu.yale.its.tp.cas.client.filter.logoutCallbackUrl</param-name>
<param-value>https://give.ccci.org/logout</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>CAS Filter</filter-name>
<url-pattern>/casified/*</url-pattern>
</filter-mapping>
<filter>
<filter-name>Logout Echo Filter</filter-name>
<filter-class>edu.yale.its.tp.cas.client.util.LogoutEchoFilter</filter-class>
<init-param>
<param-name>edu.yale.its.tp.cas.logout.echo.targets</param-name>
<param-value>http://hart-a041.net.ccci.org:8280/logout</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>Logout Echo Filter</filter-name>
<url-pattern>/logout/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>Logout Echo Filter</filter-name>
<url-pattern>/logout</url-pattern>
</filter-mapping>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jeffstone/cas-client.git
git@gitee.com:jeffstone/cas-client.git
jeffstone
cas-client
cas-client
master

搜索帮助