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.

learn more… | top users | synonyms

0
votes
1answer
62 views

spnego authentication stops working when CAS deployed

I have a working tomcat instance where the tomcat-manager applet authenticates with SPNEGO. When I deploy CAS - configured to use SPNEGO - , the following happens: right after the deployment, both ...
0
votes
0answers
18 views

setting SPNEGO credentials in Jersey client

I have some REST services created using Jersey which use SPENGO for authentication. I am creating acceptance tests using the Jersey client. I am wondering how to use the Jersey client to set the ...
3
votes
1answer
182 views

Unable to get negotiate authentication to work in a libcurl program

I am currently using libcurl(version 7.19.6 built with SPNEGO and GSS-Negotiate support) to write a client(C++/C) which connects to a protected webpage(Kerberos protected) behind a Tomcat Server. ...
0
votes
2answers
301 views

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.java worked and I was able to authenticate. And if I use wrong password I get ...
0
votes
0answers
234 views

jboss-negotiation-toolkit 'secured' test not working (SPNEGO authentication fails)

I've posted the same question on the JBoss PicketBox forum a few days ago but haven't received any replies yet (https://community.jboss.org/thread/220959). So I thought maybe I'll try StackOverflow to ...
1
vote
1answer
291 views

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) answers out there. Short summary: I have a Windows environment operating with a ...
1
vote
1answer
221 views

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 allowtgtsessionkey. This is well documented. What I do not understand is how people ...
1
vote
1answer
370 views

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 having some trouble configuring the SSO and hope someone here is able to help me. The ...
0
votes
1answer
246 views

Generating AD Kerberos tickets without user password

I am developing a Java EE server application that needs to generate a Kerberos ticket on behalf of a user. The application I am developing will authenticate the user using alternate credentials (non ...
5
votes
4answers
861 views

Kerberos broken after upgrading from Java6 to Java7

I have a working application using the spring-security kerberos extension, running on jboss, running java 6. I'm in the process of upgrading my jvm from java 6 to java 7. When I do that, using the ...
0
votes
1answer
109 views

Spnego cross-domain configuration

I've sucessfully configured a Tomcat with integrated (Spnego/Kerberos) authentication on a single Active Directory domain, DOMAINA. However, my company decided to split DOMAINA in two: DOMAINA ...
1
vote
0answers
49 views

Using vintella for SSO, getting vsj authentication was not performed for this request

When vintella tries to get credentials to use the currently logged in user in Windows, I get vsj authentication was not performed for this request in the stack trace. Using google has proven worthless ...
2
votes
1answer
92 views

Method to calculate 'mechListMIC' for SPNEGO GSS-API(NTLMSSP_AUTH) accept-completed(0) state

I am trying to learn and implement SMB2 Server. I am very interested to learn GSS-API (NTLMSSP, NTLMSSP_AUTH) inside. So, I am doing experiment with my own component of GSS-API. I read the description ...
0
votes
1answer
123 views

Reference implementation of desktop SSO Client (in C/C++), Kerberos-based auth (server side is Java and MS AD)

we need to implement desktop SSO for a Rich Client in a managed Windows environment (some Vista machines, some Citrix clients with Win 2008 Citrix backend). The rich client (written in C/C++) ...
0
votes
1answer
466 views

Spring Security Kerberos/SPNEGO Extension Error “Access is denied”

I am getting trouble with Spring Security Kerberos/SPNEGO Extension example. I am using: windows 2008 Tomcat 7 Spring Security Kerberos/SPNEGO Extension 1.7 jdk1.7.0_09 I was using this blog for ...
1
vote
1answer
132 views

Is it possible to use Spring Security – Kerberos Extension to make soap calls to Kerberos protected service?

Is it possible to use Spring Security – Kerberos Extension to make soap calls to Kerberos protected service ? We have Wss4jSecurityInterceptor for Spring-ws , but if the soap client want to send ...
0
votes
1answer
75 views

Spnego / Kerberos support with hessian

I crawled google a lot to find some documentation on the subject but did not find anything. I am trying to use a kerberos ticket to access a secured server but i get a 401 error. What i do is add a ...
0
votes
1answer
113 views

Why does the Server need access to Kerberos?

I am trying to find out how to authenticate Active Directory users to a remote server. The goal is to use SPNEGO to receive a Kerberos ticket. The Kerberos ticket can then be decrypted and the ...
0
votes
1answer
150 views

JGSS and NTLMSSP/NegoEx

I'm working on a web application running on JRE 7u7 that uses the SPNEGO library from Sourceforge for authentication. All is well as long as Kerberos is working, but since it's deployed in a complex ...
2
votes
2answers
949 views

BadCredentialsException: Kerberos validation not succesfull

I would like to perform authentification with SPNEGO. I use: spring-core-3.1.0.RELEASE.jar spring-security-core-3.1.0.RELEASE.jar spring-security-kerberos-core-1.0.0.M2.jar package codec from ...
0
votes
0answers
244 views

SSO (SPNEGO) om Domino - Fallback to standard login form - Possible? [closed]

Update 03.10.2012: Found the solution at OpenNTF. http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Custom%20Login%20Page Original post: We have SSO (SPNEGO) set up ...
0
votes
1answer
169 views

glassfish ldap authorization after spnego authentication

We successfully implemented SSO with Apache mod_proxy_http and SPNEGO. In my JEE 6 web application I get the authenticated user with request.getRemoteUser(). Now what would be the best way for ...
0
votes
1answer
285 views

login method fallback for SPNEGO in Websphere 7

I am trying out the SPNEGO feature in Websphere 7. I want to allow basic authentication in case of client not supporting SPNEGO. In my web.xml, I have <login-config> ...
0
votes
1answer
243 views

Why does a browser in a different domain not respond at all to “WWW Authenticate : Negotiate” header sent by mod_auth_kerb?

I have implemented SSO through mod_auth_kerb in our apache-active directory environment and it works just as expected. However the following knowledge is bugging me : I requested a Kerberos protected ...
1
vote
1answer
374 views

Java/SPNEGO: Unwanted SPN canonicalization?

I'm currently trying to implement a Java client to an SPNEGO protected web service using the SPNEGO library from SourceForge (the server is using the same library). I can not get it to authenticate ...
0
votes
1answer
317 views

Java Web - SSO on Intranet and FORM or BASIC on Internet

I am looking for a SSO (Single Sign-On) framework for authentication. My scenario is: -JBoss 7 + Debian -SSO with Windows 2008 Active Directory -SSO when on Intranet -BASIC or FORM or other when ...
3
votes
1answer
459 views

How can I fallback to BASIC or FORM authentication when SPNEGO can't be used for a client?

I finally configured my JBoss AS 7 server to use SPNEGO on an AD domain against Windows 2008 R2. I'm using Java 7. When a user accesses the server URL from somewhere other than a domain computer ...
1
vote
1answer
955 views

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 - Failure unspecified at GSS-API level (Mechanism level: Checksum failed) I ...
1
vote
1answer
1k views

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 primary target at, and Kerberos sounds a ...
0
votes
1answer
1k views

Configure Tomcat for Kerberos and Impersonation

I would like to configure Tomcat to be able to connect to AD and authenticate users accordingly. In addition, I would also like to invoke some web services (in this case, Share Point) using the ...
0
votes
0answers
192 views

Mac OS clients providing Negotiate authentication over HTTP on Active Directory domains

We have a help desk system (Altiris Help Desk 6.9) which uses Negotiate authentication over HTTP. We have added the various domain names to Firefox's network-negotiate.auth.trusted.uris and ...
1
vote
0answers
284 views

Integrating Authentication for Java and .NET [single sign on in both places]

We would like to implement following logon mechanism to authenticate users against AD between Java and .NET applications hosted in different application containers. Our server setup is One linux ...
0
votes
2answers
444 views

Optional SPNEGO Kerberos authentication

Is it possible to do optional kerberos authentication? What I want is: if the client (browser) is not on the domain it is redirected to a username/password web login. Otherwise it will do SPNEGO do ...
0
votes
1answer
90 views

Avoid showing empty page after unsuccessful authentication

[CentOS 5.3, glassfish 3.1.1, jdk1.6.30 64bit, spnego R7] I defined a SPNEGO filter to authenticate users against AD using Kerberos (basic mode). If a user gives proper credencials, page content is ...
0
votes
1answer
710 views

SSO authentication against active directory using sourceforge spnego

I have implemented SSO authentication using the sourceforge spnego project. This is my first time implementing any kind of servlet authentication so I may be missing something very basic with ...
1
vote
1answer
177 views

Java GSSAPI: Compare two GSSCredential Instances

My code currently works fine executing SPNEGO (Kerberos) authentication for users of my website. I have a special caching mechanism in place to accelerate some decisions based on confirmation of the ...
1
vote
2answers
1k views

How to enable features for php-curl

I need my CLI PHP script to post some value to a SPNEGO authenticated site. $ch = curl_init(USERSPACE_MYSQL_SERVICES); curl_setopt_array($ch, [ CURLOPT_HTTPAUTH => ??, //Set to SPNEGO ...
0
votes
1answer
260 views

How to use container-managed security with SPNEGO and Kerberos?

I'm having a problem with my web app (JSF+JPA). I deploy it on Glassfish (3.1.1). For authentication I must use AD with Kerberos (LDAP auth is not allowed in my organization). I created an SPNEGO ...
0
votes
1answer
203 views

TOMCAT+SPNEGO how to limit area again user groups

I am new to Tomcat SSO, and now the SPNEGO is working fine for automatically sign on. But my app need to check the group of the user. Can SPNEGO do that? I put these under the SPNEGO filter, but will ...
0
votes
1answer
219 views

Configuring JBoss Negotiation on UNIX machine

I'm trying to configure JBoss Negotiation on UNIX machine on Microsoft Active Directory using this link https://community.jboss.org/wiki/ConfiguringJBossNegotiationInAnAllWindowsDomain?_sscc=t ...
-1
votes
1answer
907 views

SPNEGO settings for FireFox and GoogleChrome

Im trying to configure GoogleChrome and FireFox to work via SPNEGO/Kerberos with IBM WebSphere Portal 6.1 on WAS7, when the client is in a domain other than the one in which need to log in. In IE this ...
0
votes
0answers
392 views

Windows Intergrated Authentication with reverse proxy issue with Safari

I having a application which has Windows Integrated Authentication, for internet users we are having a reverse proxy which has a IIS server which will authenticate using basic authentication then ...
1
vote
2answers
2k views

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 to do with encryption types for the Kerberos tickets and the Active Directory ...
3
votes
1answer
639 views

Spring-security, Tomcat and SPNEGO - best approach

I'm looking for the best approach to achieve SPNEGO/Kerberos login for a spring-security application on Tomcat and Windows. Candidates i've looked at: Spring Security Kerberos Extension Waffle ...
0
votes
1answer
432 views

SpNego: Defective Token Detected

I have a java client connecting to a WCF service. This service is configured to run on the host as a separate domain user (i.e. not as Local Service or Network Service). The Service publishes a ...
0
votes
1answer
879 views

How to get a SPNEGO / Kerberos Session key -and implement HTTP Authentication:Negotiate on my own client

I was recently exposed to a new authentication method i had no idea of. After reading a bit and researching to understand it,I understood it has something to do with SPNEGO, or maybe it is just ...
1
vote
1answer
2k views

Is it possible to use SoapUI for testing services secured with SPNego?

I have web service secured with SPNego (HTTP challenge returns WWW-Authenticate: Negotiate). This security mode is also referred as Windows integrated authentication. Is it possible to use SoapUI to ...
1
vote
2answers
2k views

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 Kerberos. The client basically uses http-components and SPNEGO to make a HTTP GET call, but I always ...
0
votes
0answers
772 views

GSSAPI for NTLM authentication

Is it possible to use GSSAPI for NTLM v1/v2 authentication? I am trying to build a web-server, quite like squid / apache, but I would like to authenticate clients that could be using IE / FireFox, ...
2
votes
2answers
1k views

spring-security-kerberos can't read keytab?

I'm trying to follow this tutorial for spring-security-kerberos I have a keytab with one principal in it: ktutil: rkt http-web.keytab ktutil: l slot KVNO Principal ---- ---- ...

1 2