Marvin Addison wrote: >> 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" />
Marvin, thanks! Good catch! That helped to get SPNEGO/Kerberos working but in the fall-back case for LDAP-based login it seems the correct username and password is received in the web flow but it does not send any LDAP requests at all. Ciao, Michael. -- 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
