Skip to content

Instantly share code, notes, and snippets.

@cjac
Created November 14, 2016 18:14
Show Gist options
  • Save cjac/37f1d6552ae5fbec136ab63ec9c72f6a to your computer and use it in GitHub Desktop.
Save cjac/37f1d6552ae5fbec136ab63ec9c72f6a to your computer and use it in GitHub Desktop.
<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