Skip to main content

All Questions

0 votes
0 answers
70 views

Multidomain authorization and SSO via keycloak with kerberos

How to configure keycloak if there are the same user logins in different LDAP servers with Kerberos integration? We configured user federation: selected ldap provider, configured parameters, set the ...
NelkinN's user avatar
0 votes
0 answers
32 views

Kerberos Implementation in Django

How do i implement an Kerberos SSO in Django? I am new to Django and need something like a Documentation or Tutorial on how to integrate KErberos and LDAP as SSO in a Django app. I've searched now for ...
Pablo's user avatar
  • 1
1 vote
1 answer
337 views

Active Directory Single Sign-on

i have a web application that can integrate with active directory. I can import users from ldap and users can sign in using their same credentials with ldap. But i have a use case that users would be ...
razork's user avatar
  • 11
1 vote
0 answers
238 views

CAS Spnego Authentication issue || "Clock Skew Too Great (37)"

We have internal application using CAS for SSO login into LDAP server. Users can login via SSO to the application as usual just that when the number of active users go beyond certain number (100), CAS ...
rohit0025's user avatar
0 votes
1 answer
1k views

LDAP Single Sign On for Active Directory queries in Java

First of all I hope that my question is clear. I'm not so familiar with Active Directory, LDAP and Kerberos terms. I'm working on a Java Desktop application. In the application we run an exe for ...
Meir Keller's user avatar
0 votes
1 answer
127 views

How can I integrate marklogic with single sign on?

I have requirement to setup single sign on for my MarkLogic server. What are the steps that I need to perform for doing such task?
Anshuman Srivastava's user avatar
1 vote
0 answers
1k views

How to check group memberships with kerberos single sign on in PHP

I have an intern website with a simple login window where you have to login before you can access the website. This login works with PHP and ldap, you have to log in with your AD credentials. Now i ...
TeemoBiceps's user avatar
0 votes
0 answers
983 views

kerberos multi user login in an already logged-in instance

We are trying to implement kerberos backed by ldap for our application. We have a scenario where user1 (associate) logins onto machine1 and clicks on applicationA, now user2 (manager) needs to login ...
Avinash Moram's user avatar
4 votes
1 answer
4k views

All possible causes of "Found no TGT's in LSA"

I’m using Kerberos to connect to my RDMS. If I don’t use SSO, authentication is successful. However, if I use SSO, I receive: >>> Found no TGT's in LSA Principal is null null credentials ...
LakeMichigan's user avatar
0 votes
1 answer
35 views

Can I build SSO without access protocol (such as: kerberos, ldap)

I want to build a SSO system for web applications, but I dont want to use any protocol, just a plain cookie and session. can I?
user avatar
0 votes
1 answer
50 views

Using single sign into multi domain websites

I am very new to this SSO, Kerberos. My aim is to use a single user account to allow the employees to login into various domains(like Github, Gmail, AWS internal wiki's..) and access control over each ...
Revanth Gopi's user avatar
-1 votes
1 answer
1k views

SSO KERBEROS ON WIN2012 R2 issues ? GSSException: Defective token detected (Mechanism level: GSSHeader did not find the right tag)

I am trying to set up a SSO in a particular configuration. i have 2 forest in External Trust(each forest have one Domain) one of the domain stand in the DMZ and the second on the Internal Nw. My web ...
stephane K's user avatar
1 vote
2 answers
62 views

Can native applications make use of OS SSO login information?

If a user logs in to their computer using a Single Sign-On system such as Active Directory, LDAP, or Kerberos, is it possible for applications they run to know who they are and what system they ...
Nick Retallack'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
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

15 30 50 per page