随笔 - 232
文章 - 1
评论 - 28
阅读 -
60万
随笔分类 - cas
springboot + shiro + cas4.2.7 实战
摘要:1. 下载地址 https://github.com/apereo/cas/archive/v4.2.7.zip 2. 解压后, 用intellj idea 打开 3. 执行 gradle build -x test ,打包编译 4. 取消https,能够支持直接http cas.propertie
阅读全文
cas4.2以下取消https
摘要:deployerConfigContext.xml增加参数p:requireSecure="false" ticketGrantingTicketCookieGenerator.xml修改p:cookieSecure="false" warnCookieGenerator.xml修改p:cookie
阅读全文
cas4.2.7 取消https
摘要:cas.properties 修改两个地方 casLoginView.jsp 注销上面的代码 HTTPSandIMAPS-10000001.json 中增加http的service
阅读全文