Created
November 14, 2016 18:14
-
-
Save cjac/37f1d6552ae5fbec136ab63ec9c72f6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:bean | |
id="casEntryPoint" | |
class="org.springframework.security.cas.web.CasAuthenticationEntryPoint" | |
- > | |
- <b:property | |
- name="loginUrl" | |
- value="https://identity.linuxfoundation.org/cas/login" | |
+ p:loginUrl="https://identity.linuxfoundation.org/cas/login" | |
+ p:serviceProperties-ref="serviceProperties" | |
/> | |
- <b:property | |
- name="serviceProperties" | |
- ref="serviceProperties" | |
- /> | |
- </b:bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment