Hello,

I would like to secure a Spring application. For now, the authentication
works perfectly with the CAS. However, I would add the ability to
authenticate with a separate form. In the applicationContext file, I use a
casAuthenticationProvider:

<bean id="casAuthenticationProvider"
class="org.springframework.security.cas.authentication.CasAuthenticationProvider">
                <property name="userDetailsService"><ref 
bean="constantRoleUserService"
/></property>
                
                <property name="ticketValidator"><ref 
bean="casProxyTicketValidator"
/></property>
                <property name="serviceProperties"><ref bean="serviceProperties"
/></property>
                </bean>

I would like to know what is the proper method for using a authentication
form and a database to access secure pages by CAS.

thank you



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/CAS-authentication-and-Form-tp5718453.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to