CAS Authentication

compared with
Version 6 by Olivier Fabre
on Jun 04, 2010 14:34.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
Your CAS server is also based on a Spring framework, so if you want to use the same user details service as the one configured in the CAS server, you could find it in the */WEB-INF/deployerConfigContext.xml* avalaible in the CAS server 

{code}
\## CAS properties
cas.server.url = [https://localhost:8443/cas]
cas.logout.path = /logout
cas.login.path = /login
webapp.url = [http://localhost:9080/petals-view-ui]
{code}