1
0
mirror of synced 2026-08-05 01:36:56 +00:00

SEC-2688: CAS Proxy Ticket Authentication uses Service for host & port

This commit is contained in:
Rob Winch
2014-07-24 16:56:58 -05:00
parent 055eb72d60
commit b78bd897cd
9 changed files with 179 additions and 24 deletions
@@ -526,7 +526,9 @@
<property name="serviceProperties" ref="serviceProperties"/>
<property name="authenticationDetailsSource">
<bean class=
"org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource"/>
"org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource">
<constructor-arg ref="serviceProperties"/>
</bean>
</property>
</bean>
]]></programlisting></para>