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.

Kerberos authorization doesn't work on Chrome and FireFox, but works on IE

I follow this guide to integrate cas with Windows AD. It works fine on every browser few days ago. But …

google-chrome firefox kerberos spnego negotiate
SPNEGO: Failure unspecified at GSS-API level (Mechanism level: Checksum failed)

I am trying to use SPNEGO + JBoss 7 + Windows 2008 R2 + JDK 7, but I am getting this exception: Unable to authenticate - …

java jboss spnego
Choosing Kerberos (SPNEGO) Java library for web application single sign-on

I'm currently working on implementing enterprise authentication mechanisms in our Java web-application, including single sign-on. Windows networks are what we …

java single-sign-on kerberos spnego
How do people make Java SPNEGO client work in Windows?

In order to do client-side HTTP SPNEGO authentication with Java on Windows you need to set the Windows Registry key …

java spnego gssapi sspi negotiate
SSO authentication, response is always NTLM

I'm trying to implement SSO on an intranet application we are developing. I am using SPNEGO for this. Now I'm …

java kerberos spnego