Spring mvc 需要有关CAS身份验证与Spring集成的帮助吗

Spring mvc 需要有关CAS身份验证与Spring集成的帮助吗,spring-mvc,spring-security,cas,Spring Mvc,Spring Security,Cas,我正在删除此内容,因为我面临的问题已得到解决。您需要按照以下步骤进行更改: <bean name="authenticationFilter" class="org.jasig.cas.client.authentication.AuthenticationFilter"> <property name="casServerLoginUrl" value="https://localhost:8443/cas/login"></property> <pr

我正在删除此内容,因为我面临的问题已得到解决。

您需要按照以下步骤进行更改:

<bean
name="authenticationFilter"
class="org.jasig.cas.client.authentication.AuthenticationFilter">
<property name="casServerLoginUrl" value="https://localhost:8443/cas/login"></property>
<property name="renew" value="false"></property>
<property name="gateway" value="false"></property>
<property name="service" value="https://my.local.service.com/cas-client"></property>
</bean>