Need help on CAS authentication with Spring integration -
i deleting content problem facing solved.
you need change per follow:
<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>
Comments
Post a Comment