Skip to main content

All Questions

5 votes
2 answers
15k views

How to get Service Token from Kerberos using SSPI

Objective: I am trying to build Proof Of Concept client app to implement Single Sign On by using SSPI. I am new to C# and I am getting confused. What I know and have done so far: All users are part ...
Felix Kholmatov's user avatar
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
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
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
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
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
1 vote
1 answer
3k views

How to implement single sign-on using kerberos authentication?

I am implementing a project on single sign-on in asp.net using c#. I need to implement the authentication using kerberos. I searched the internet a lot but i am not getting any help. I am a newbie, ...
Vikram's user avatar
  • 509
21 votes
1 answer
13k views

How to implement Single Sign On using Spring and Active Directory

I have a Spring based Web App which I would like to implement a Single Sign On solution on. The basic flow would be: 1) User logs in into Windows Workstation/Desktop PC (authenticating against ...
Lawrence Tierney's user avatar
8 votes
1 answer
9k views

How to implement Single Sign-On on iOS

I am a new enterprise iOS developer. We are developing an app that is managing our enterprise apps(somehow like a app store&MDM). I stacked by a issue : I want to implement Single Sign-On for ...
Yue Kong's user avatar
  • 160
6 votes
1 answer
14k views

What is this Waffle SSO example doing

I'm trying to implement a SSO on Windows (in Java). Recently I discovered this example doing exactly what I want to do with Waffle: // client credentials handle IWindowsCredentialsHandle credentials= ...
Thomas Uhrig's user avatar
  • 31.4k
5 votes
1 answer
3k views

Get AD Groups with kerberos ticket in Java

I am obtaining a kerberos ticket with the following code: String client = "com.sun.security.jgss.krb5.initiate"; LoginContext lc = new LoginContext(client, new CallbackHandler() { @Override public ...
Rocky Pulley's user avatar
  • 23.1k
5 votes
1 answer
9k views

Choosing Kerberos (SPNEGO) Java library for web application single sign-on [closed]

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 ...
Art Licis's user avatar
  • 3,639
3 votes
1 answer
5k views

Kerberos authentication not running when client and server on same machine

I am getting the following error when trying to trying to access the application from the same machine where jboss server is running org.springframework.security.authentication....
java1977's user avatar
  • 398
3 votes
1 answer
4k views

Spring Boot + Ldap / AD + Kerberos SSO : KrbCryptoException - Checksum failed

I am trying to implement SSO with Spring Boot, Ldap and kerberos. Where I got multiple errors of Checksum fail for different encryption type. environment details:- Machine : Windows 10 JDK Version ...
Saurabh Mehta's user avatar
3 votes
1 answer
3k views

Kerboros cached ticket deleted after using Windows lock screen

Is there anyway to stop the Kerboros cached ticket from being deleted after Windows enter the lock screen. Upon first login to Windows, klist.exe shows 2 cached tickets. However, after there is a ...
RemicoAL's user avatar

15 30 50 per page