Skip to content

Commit

Permalink
fix cas login page
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Oct 2, 2017
1 parent d373d07 commit 3a991d9
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -24,8 +24,7 @@
<!-- CAS CONFIG -->
<bean id="serviceProperties"
class="org.springframework.security.cas.ServiceProperties">
<property name="service"
value="${auth.cas.midpoint.host}/j_spring_cas_security_check"/>
<property name="service" value="${auth.cas.midpoint.host}/login/cas"/>
<property name="sendRenew" value="${auth.cas.send.renew}"/>
</bean>

Expand Down

0 comments on commit 3a991d9

Please sign in to comment.