Authentication

compared with
Current by Sandra TRINO
on Jan 21, 2011 17:27.

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

Changes (1)

View Page History
*webapp.url*: the URL to your Petals View webapp. This URL must be accessible from the CAS server as it will redirect to this URL after authentication.

h3. *petals-view-security-cas.xml* petals-view-security-cas.xml configuration

By default, Petals View CAS authentication manager is plugged with a user rights manager that provides all rights to all authenticated users. If you would like to customize this behavior, you need to configure an other user rights manager. This could be done in the *PETALSVIEW_ROOT{*}*/WEB-INF/spring/petals-view-security-cas.xml* file. You have to change the bean called "myUserDetailsService" to point to your custom user detail service. Here is the code snippet showing the default user details service configuration provided by Petals View.