Top "Spnego" questions

SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) is a GSSAPI "pseudo mechanism" that is used to negotiate one of a number of possible real mechanisms.

Tomcat fails to authenticate using spnego, "Cannot locate default realm"

I'm using http://spnego.sourceforge.net/spnego_tomcat.html tutorial to try to config Tomcat to use spnego. Hello_KDC.…

tomcat kerberos spnego jgss
checksum failed: Kerberos / Spring / Active Directory (2008)

We are having trouble getting Kerberos/AD authentication to work with a Spring webapp, and I believe the problem has …

java active-directory kerberos spnego
How does SPN with Kerberos works

As I understand it, SPN is an authenticating tool for windows services. Kerberos is a user authentication service SPNEGO-GSSAPI is …

kerberos windows-authentication spnego gssapi sspi
SPNEGO with Tomcat error: GSSException: Failure unspecified at GSS-API level (Mechanism level: Checksum failed)

I am trying to implement a browser based single sign on using SPNEGO with Tomcat. I have followed all the …

tomcat single-sign-on spnego
Exception - Client not found in Kerberos database (6) with spnego-Kerberos IWA

I am getting following error for SPNEGO/Kerberos Authentication I get this error when I run HelloKeyTab.java file. ***Exception …

kerberos spnego
Tomcat authentication using SPNEGO/Kerberos and delegation

Is there an apache module that implements Kerberos authentication for use by Tomcat and also supports Kerberos delegation? I've already …

apache tomcat kerberos spnego
Decrypt kerberos ticket using Spnego

I'm using spnego ( http://spnego.sourceforge.net ) for kerberos authentication under JBoss. I need to decrypt kerberos ticket to access …

java jboss active-directory kerberos spnego
Why does IE not send the Kerberos ticket information to my JBoss on Linux?

I'm trying to implement SSO using a Windows client and JBoss. Own my development PC, JBoss runs on Windows 7, on …

internet-explorer jboss kerberos spnego
Java Kerberos authentication seems to work, still gets rejected

I've got a Java client app and a Java server app, and I'm trying to authenticate to the server via …

java kerberos spnego gssapi
Spring Security Single Sign On in Windows Environment

I have a feeling I've stumbled into a technical black hole. There have been many questions and not many (recent) …

spring active-directory spring-security kerberos spnego