Skip to main content

All Questions

0 votes
1 answer
1k views

How can I make SPNEGO working with mod_auth_kerb?

here is my problem: Context: kerberos authentication for two kinds of webapps, one using Apache mod_auth_kerb and the other using SPNEGO (GSSAPI) for Tomcat. I use mod_jk for connecting Tomcat to ...
BigMac's user avatar
  • 39
2 votes
1 answer
3k views

Single Sign On (SSO) from Firefox on Ubuntu

I am trying to get single sign on working from Firefox version 3.6.6 running on Ubuntu 10.04 LTS Lucid Lynx to IIS 7 on Windows Server 2008. If I type kinit then kinit -S HTTP/mydomain.com the ...
Greg Grundy's user avatar
15 votes
5 answers
29k views

Java SSO: Kerberos authentication against Active Directory

I'm still trying to find a Java based solution for SSO (running on *nix), which I can use on JBoss to authorize against an Active Directory/domain controller. I initially tried to do this via NTLM, ...
MrG's user avatar
  • 5,287
19 votes
4 answers
7k views

Is there a way in Java or a command-line util to obtain a Kerberos ticket for a service using the native SSPI API?

I want to implement Single Sign On with Kerberos in Java and have successfully managed to create a ticket for the Service using the ticket from the Windows logon. Unfortunately, I can only create that ...
user269667's user avatar
17 votes
2 answers
12k views

How to validate a Kerberos ticket against a server in Java?

we are using JAAS to enable Single Sign On in a Java application using the Windows Kerberos ticket cache. Our jaas.conf config file looks like this: LoginJaas { com.sun.security.auth.module....
user269667's user avatar
5 votes
1 answer
2k views

Configuring Firefox 3.0.x to send a Kerberos token [closed]

I'm trying to convince Firefox 3.0.14 to send a Kerberos token. I have configured the service correctly and IE will send a Kerberos token (i.e. starting YI..), but after adding the hostname to the ...
user267749's user avatar
2 votes
2 answers
3k views

How to setup apache redirect or custom 401 document on Kerberos SSO login failure

I have a working Kerberos SSO setup, I use apache and jboss with mod_jk. Apache is protecting (by kerberos) the auto-login.htm page with the following configuration: <Location /auto-login.htm> ...
Pierre Pretorius's user avatar
2 votes
2 answers
3k views

Seamless SSO authenticating against Active Directory

I have a webpage that I only want a specific group to log into. I work at a college and we use Active Directory accounts and only a certain group can access this php page (on apache server). I know ...
Brad's user avatar
  • 12.2k
1 vote
1 answer
1k views

Using Kerberos & LDAP

How do I implement Integrated windows authentication using ASP.Net kerberos protocol & LDAP in IIS?
Janmejay's user avatar
  • 1,033
9 votes
3 answers
13k 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 ...
Parand's user avatar
  • 105k
16 votes
2 answers
33k views

Kerberos Authentication in PHP

Let's just assume that I don't know much about Kerberos - just the basics. I have... Debian Linux 2.6 Webserver Apache 2.2 mod_auth_kerb/5.3 PHP/5.2 a (working) Kerberos Realm Windows Client ...
BlaM's user avatar
  • 28.8k
14 votes
2 answers
37k views

How to obtain a kerberos service ticket via GSS-API?

Does anyone know how to get a service ticket from the Key Distribution Center (KDC) using the Java GSS-API? I have a thick-client-application that first authenticates via JAAS using the ...
Roland Schneider's user avatar

15 30 50 per page
1
11 12 13 14
15