CAS 5.0.3 ; Windows AD: 2008 R2 ; Client: Windows 7
2017-02-27 01:41:56,071 DEBUG [org.apereo.cas.web.support.WebUtils] - <Evaluating request to determine if warning cookie should be generated>
2017-02-27 01:41:56,098 WARN [org.apereo.cas.web.flow.SpnegoCredentialsAction] - <SPNEGO Authorization header not found under Authorization or it does not begin with the prefix NTLM >
2017-02-27 01:41:56,100 WARN [org.apereo.cas.web.flow.SpnegoCredentialsAction] - <No credentials detected. Navigating to error...>
2017-02-27 01:41:56,102 INFO [org.apereo.cas.web.flow.SpnegoCredentialsAction] - <Action execution disallowed; pre-execution result is 'error'>
login-webflow.xml:
<action-state id="initializeLoginForm">
<evaluate expression="initializeLoginAction" />
<!--
<transition on="success" to="viewLoginForm"/>
-->
<transition on="success" to="startSpnegoAuthenticate"/>
</action-state>
Spengo seems to be having issues in 5.0.3. I have tried a lot of cryptos and properties.
I have seen Win 7 sending NTLM first, and CAS is supposed to send the Negotiate with 401.. that seems to be missing.
Did you guys get it working ? Please share cas properties. thanks