I have a working CAS implementation using UsernamePasswordCredentialsToPrincipalResolver and I'm trying to switch it to use x509 certificates. I followed the instructions on this page: http://www.ja-sig.org/wiki/display/CASUM/X.509+Certificates
Seems like my certificate gets verified, but I get the following error: org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [annotatedact...@51ddd2 targetAction = org.jasig.cas.adaptors.x509.web.flow.x509certificatecredentialsnoninteractiveact...@ba22e1, attributes = map[[empty]]] in state 'startAuthenticate' of flow 'login-webflow' -- action execution attributes were 'map[[empty]]'; nested exception is java.lang.ArrayIndexOutOfBoundsException: 1 Any ideas? Thanks. -- 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
