It was intended to be a helpful comment at one point when our only alternative was x.509 certs so its not really a bug. That said, our documentation in the wiki should reflect the proper configuration. If anyone can make sure its using the right stuff, that would be great.
Cheers, Scott On Fri, May 7, 2010 at 12:22 PM, Patrick Tescher <[email protected]>wrote: > Thanks Marvin, you example helped. > > Looks like I needed to replace: > <action bean="x509Check" /> > > With this: > <evaluate expression="x509Check" /> > > This should probably be filed as a bug but since its commented out I don’t > know... > > > > > On 5/7/10 4:37 AM, "Marvin Addison" <[email protected]> wrote: > > > Current file I am using: > > > http://developer.jasig.org/source/browse/jasigsvn/cas3/trunk/cas-server-webapp/src/main/webapp/WEB-INF/login-webflow.xml?r=HEAD > > Uncommenting the startAuthenticate action in the distribution file > should work fine. What's the particular error? > > > Does anyone have a better example of x509 authentication? > > Ours is heavily customized, but should be sufficient to demonstrate > how to get non-interactive auth handlers to fire, > > https://projects.iad.vt.edu:8443/svn/middleware/cas/cas-server/trunk/vt-cas-server-webapp/src/main/webapp/WEB-INF/login-webflow.xml > . > > M > > -- > 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 > > -- > 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 > > -- 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
