Skip to main content

All Questions

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
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
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
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
10 votes
2 answers
11k views

Using Kerberos authentication for Server/Client application

In c++ I am trying to build a portable server running on Linux and Windows and client running in Windows that will use MS Active Directory for authentication. After some research I decided that best ...
neznanec's user avatar
  • 103
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
9 votes
0 answers
1k views

How to authenticate an Angular 7 SPA using kerberos single sign on against AD using tomcat or nginx on linux

I am develoing in a corporate AD environment and want to setup SSO using Kerberos for an Angular 7 web application. Our server infrastructure is Linux/RHEL so IIS is not an option, Tomcat Apache or ...
Paul Romanus'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
8 votes
2 answers
2k views

Single sign-on in Java / VNC

Background On the project I work on we have GUI applications running on several different servers. Due to their user interface similarities I am investigating combining their OMIs into a single ...
John Kugelman's user avatar
7 votes
1 answer
34k views

Kerberos with Java

i am try to login kerberos kdc from Java. But Java is throwing exception. Seems like login is successful but something is stops login. I dont know why ? Someone have solution for this problem? Here ...
Kadir BASOL's user avatar
7 votes
1 answer
3k views

Single Sign-On for openLDAP

first of all, I'm pretty much of a beginner in this area. I'm supposed to find a real Single Sign-On solution for multiple websites (that use shared openLDAP user and pw data) we use inside our ...
Andreas Spaeth's user avatar
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
6 votes
0 answers
1k views

When does a Windows client use Initiator preferred NegoEx for SPNEGO?

Attempting to authenticate a windows client (IE/Firefox) via SPNEGO and Kerberos. The server side is Java/Tomcat with JCIFS for SPNEGO authentication. The SSO (Kerberos) auth works fine when hosting ...
Alavalathi's user avatar

15 30 50 per page
1
2 3 4 5
15