> I now tried with the attached login-webflow.xml.  But it does not work (see
> logs excerpts below).

Looks correct to me.  Non-interactive authentication doesn't involve
the new generateLoginTicket action, so it shouldn't be relevant to
SPNEGO or other non-interactive auth mechanisms (e.g. X509).  As to
the stack trace, I wonder if you've got a custom cas-servlet.xml and
don't have the generateLoginTicketAction bean defined as follows:

  <bean id="generateLoginTicketAction"
class="org.jasig.cas.web.flow.GenerateLoginTicketAction"
    p:ticketIdGenerator-ref="loginTicketUniqueIdGenerator" />

FWIW, we use X509 auth with 3.4.9, which is the version where the new
login webflow changes were introduced, and it works fine.

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

Reply via email to