Hello, I'm trying to configure SPNEGO authentication and have problems with NTLM tokens.
So far, I successfully configured SPNEGO authentication with Kerberos protocol, but in some cases when KDC cannot issue Kerberos ticket, it issues NTLM ticket. CAS can process NTLM ticket and asks for a principal but the result is always NULL. JCIFSSpnegoAuthenticationHandler is configured to support NTLM, but when it gets NTLM ticket and asks for principal (principal = this.authentication.getPrincipal(); line 88) the result is always NULL and there is no any error. CAS documentation CAS 4.1.x SPNEGO-Authentication <https://apereo.github.io/cas/4.1.x/installation/SPNEGO-Authentication.html> says that SPNEGO supports both Kerberos and NTLM. On some sites people say that SPNEGO does NOT support NTLM. What is true ? Does anybody have any idea what can be wrong, or NTLM does not work with SPNEGO ? Regards, Ivan -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/f0f84e2f-835d-4926-8ec5-4d072ca07196%40apereo.org. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
