1
0
mirror of synced 2026-08-05 09:47:05 +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:13 -05:00
parent d85a0a20bc
commit 2cb99f0791
9 changed files with 179 additions and 24 deletions
+3 -1
View File
@@ -5559,7 +5559,9 @@ The next step is to specify `serviceProperties` and the `authenticationDetailsSo
<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>
----