Tagged Questions
The spnego tag has no wiki summary.
6
votes
3answers
1k views
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 the authorization-data which will containt PAC data. The PAC ...
5
votes
1answer
99 views
clojure library for SPNEGO/Kerberos-http authentication
I understand this is a long shot but, would there happen to be a clojure library for responding to kerberos over http (aka spnego) requests?
I'm currently looking into using spring-security framework ...
3
votes
2answers
3k views
SPNEGO (kerberos token generation/validation) for SSO using Python
I'm attempting to implement a simple Single Sign On scenario where some of the participating servers will be windows (IIS) boxes. It looks like SPNEGO is a reasonable path for this.
Here's the ...
3
votes
3answers
7k views
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 looked at mod_spnego and it throws away the SSPI context it ...
2
votes
1answer
94 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
...
2
votes
1answer
224 views
Accessing a SPNEGO authenticated webservice from C#
We have a web service that serves data over HTTP and authenticates users via SPNEGO (and single sign-on). We want to write a C# client for this web service.
Is there any standard/provided way in ...
2
votes
1answer
381 views
Any code examples of SpnegoContextToken with Java client?
I'm trying to write Java code to be run on Windows to consume a WCF webservice that's using SpnegoContextToken. Does anyone have a good working example that they can share? I am not even sure if the ...
1
vote
1answer
152 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
1answer
477 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 ...
1
vote
0answers
301 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
vote
0answers
359 views
Web Service call with Kerberos. Difference between runing under .Net Framework 1.1 and upper 1.1
I'm calling web service with Kerberos auth. The c# code:
SoapHttpClientProtocol service;
:
:
service.Timeout = config.connectionTimeout;
service.Url = endpointUrl;
service.Credentials = ...
1
vote
2answers
573 views
Single Sign On with Java + Exchange 2007 EWS
I've been working on a project which uses SPNEGO to have Single Sign On for a Java based webapp. At the moment, it is working successfully with Jetty + SPNEGO and Active Directory so if you visit my ...
1
vote
1answer
2k views
Why do I get a GSSException when using Active Directory SSO from Microsoft IE to a Java server?
I was building an Active Directory Single Sign-On authentication system for Java web applications (using SPNEGO/Kerberos), and everything works fine with either Firefox or (reportedly) Safari, but ...
1
vote
3answers
2k views
Can I indicate to clients that SPNEGO is supported but NTLM is not for HTTP requests?
The two WWW-Authenticate additions Microsoft makes use of that I am currently aware of are
NTLM
Negotiate
If Negotiate is sent down from the server, based on a set of conditions Kerberos will be ...
0
votes
0answers
33 views
ARCGis Server10 - windows authentication and kerberos SPN
I have tried for several days and failed to get kerberos authentication working with arcgis server 10. Using wireshark I see that kerberos fails and the browser falls back to NTLM. Am I missing ...
0
votes
0answers
51 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 ...
0
votes
1answer
106 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 ...
0
votes
1answer
108 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
183 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 ...
0
votes
0answers
285 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, ...
0
votes
0answers
167 views
setting a tomcat auth filter to fail-open
I'm adding SSO to a tomcat7 webapp by adding a tomcat_spnego auth filter to ask for and receive SPNEGO/Kerberos tickets. this will allow user on the proper NT Domain to skip the login page. What I ...
0
votes
0answers
87 views
help explain these kerberos error messages
in the process of setting up SSO through kerberos i have encountered a good variety of exceptions from tomcat7 that I don't understand. I have also gotten these same errors out of the kinit command.
...
0
votes
1answer
550 views
HTTP “Negotiate” authentication via NTLM from a Java SE6 client on Windows
Does anyone know if a Java 6 client running on Windows is able to authenticate via NTLM when accessing a Microsoft server that implements the SPNEGO authentication protocol?
My understanding is that ...
0
votes
0answers
161 views
Kerberos/SPNEGO Authentication for Exchange 2003 WEBDAV Java
I am working on a project that requires retrieving the user's calendar events from Exhange 2003. I can successfully retrieve them using Form-Based authentication and WebDAV protocol. Now, I need to ...
0
votes
0answers
70 views
Spnego asking for credentials when IP address is used in URL
I have configured spnego to work with tomcat server. It's working perfectly fine when I use computer name in the URL i.e. mycomuptername:8080/tools, it automatically authenticates the user and doesn't ...
0
votes
1answer
250 views
SPNEGO on IBM WebSphere Portal 6.1 with https
I configured IBM WebSphere Portal 6.1 on WAS7:
SPNEGO, ssl with self signed certificate, default http transport (without Web Server) and changed default ports 10039, 10029 to 80, 443.
After that ...
0
votes
0answers
84 views
Obtaining the domain name from the NegTokenInit
I'm using SPNEGO in a tomcat server to implement SSO in a (moslty) Windows environment. It works well as long as the tomcat server is used in only one domain, but we have several domains on our ...
0
votes
1answer
178 views
SPNEGO and Delegation in Java
I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to authenticate to LDAP on server side. But there is no ticket cache on server side since login (kinit) is done on client ...
0
votes
1answer
64 views
Ruby gem for SPNEGO-enabled HTTPS client
I'm looking for a way to run GET and POST requests against a server that expects SPNEGO (credentials negociation) to happen. I would prefer a solution that works with Ruby 1.8.x as much as possible, ...
0
votes
2answers
254 views
How to debug SPNEGO on Tomcat
I have setup SPNEGO in tomcat.
I am getting the message "Downgrade NTLM request to Basic Auth." and the client is prompted for user name and password.
But I want single sign on.
How can I debug ...
0
votes
0answers
454 views
Getting SPNEGO to work on Glassfish V3.1
I'm new to setting up servers and authentication, but was unfortunately tasked with sorting out a means of getting Glassfish talking to our existing Active Directory with the purposes of restricting ...
0
votes
0answers
747 views
Firefox 3.6.13 configuration for spnego authentification
I'd like to access to a web application which requires spnego authentification.
This application is running on a network on which i'm connected by VPN connection. Proxy not used.
It works fine under ...
0
votes
3answers
1k views
How to get Integrated Windows Authentication to work with Seam?
I need to offer SSO for Windows users in a Seam web application. In our previous project (non-Seam) we used a modified jcifs NTLM filter to handle this, but the solution is crappy, cannot support ...
0
votes
2answers
579 views
Use spnego credentials to access different page
I have an application that is served using jetty 6.1.12 from serverA. serverA is kerberized using the spnego filter and runs fine when I run it from the browser. I am now trying to access a different ...