See: http://jasig.github.io/cas/development/installation/Configuring-Authentica tion-Components.html
> -----Original Message----- > From: Guillaume Rousse [mailto:[email protected]] > Sent: Wednesday, June 18, 2014 3:15 AM > To: [email protected] > Subject: Re: [cas-user] Authentication manager without principal resolver > > Le 17/06/2014 19:03, Lapanja, Bob@POST a ecrit : > > This is what I used for my authenticationHandler that did not require a > PrincipalResolver: > > > > <bean id="authenticationManager" > class="org.jasig.cas.authentication.PolicyBasedAuthenticationManager"> > > <constructor-arg> > > <map> > > <entry key-ref=" passwordHandler " value="#{ null }" /> > > </map> > > </constructor-arg> > > <property name="authenticationPolicy"> > > <bean class="org.jasig.cas.authentication.AnyAuthenticationPolicy" /> > > </property> > > </bean> > Thanks, it worked. > > Could the documentation get corrected ? I tried to find the > documentation sources in github to submit a patch myself, I couldn't > succeed. > > -- > Guillaume Rousse > INRIA, Direction des systemes d'information > Domaine de Voluceau > Rocquencourt - BP 105 > 78153 Le Chesnay > Tel: 01 39 63 58 31 -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
