# cas-server **Repository Path**: srvpublic/cas-server ## Basic Information - **Project Name**: cas-server - **Description**: CAS 4.0 + LDAP - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-10-24 - **Last Updated**: 2022-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://blog.csdn.net/weixin_34109408/article/details/91946992 由于本文不使用https方式访问,为了使http方式的单点登陆功能生效,必须对工程中的文件\WEB-INF\spring-configuration\ticketGrantingTicketCookieGenerator.xml做一点修改,将其中的p:cookieSecure="true"改为p:cookieSecure="false",即可实现http单点登陆。但还要再配置\WEB-INF\deployerConfigContext.xml,在 中增一个属性 p:requireSecure="false",否则后面的代理票据无法生成,也就无法实现代理功能。