15:12:57 DEBUG web.SpnegoAuthenticationProcessingFilter - Received Negotiate Header for request http://pinkydebian.primesystems.com:8080/jsf-sso/authenticated.xhtml: Negotiate...
Type: Posts; User: imitenmehta; Keyword(s):
15:12:57 DEBUG web.SpnegoAuthenticationProcessingFilter - Received Negotiate Header for request http://pinkydebian.primesystems.com:8080/jsf-sso/authenticated.xhtml: Negotiate...
Hi, I think some thing else is wrong so I pass junk value for keytab file name and still there is no error. If I try to upgrade the versions of api the base64 codec package has changed. So I am...
Hi,
How can I log what keytab file is being used by spring-spnego-kerberos ?
I have set debug to true for org.springframework.security.extensions.kerberos.SunJaasKerberosTicketValidator in the...
Hi,
I have MIT kerberos on debian. I have setup /etc/krb5.conf to include under libdefaults:
default_tkt_enctypes = aes256-cts aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 aes128-cts...
Hi,
Below is the http messages capture for req and resp. As you see the server sends 500 error. I think the spring-security framework should be sending spnego related status instead of server...
Hi,
I have observed that it fails with bad credentials at below native call when I open web app using internet explorer and it shows the catalina logs as mentioned in first post of this thread:...
Hi,
I made some progress that the auth filters are invoked and protecting pages but am not able to quite understand details as all pages are blocked. I am no longer being prompted for basic auth...
Hi,
I have win 7 box and debian box.
On debian I have tomcat with web app having spnego (spring-security). I also have kerberos. I have created msm@PRIMESYSTEMS.COM as principal and also...
As per your suggestion I am now using 3.0.7 for all org.springframework.security artifacts while for kerberos extension am using M2 and it now does not give those class not found kind of errors.
I...
Hi,
Thanks for video link but its audio is too low. I was unable to make use of that video.
The versions on http://maven.springframework.org repository for artifacts spring-security-config are...
Hi,
I am trying spring-security for spnego/kerberos and am having error as below. I am pasting my pom.xml dependencies, mvn dependency:tree and error. Please see if you can help me figure out...