Skip to main content

All Questions

0 votes
1 answer
180 views

GSSException Failure unspecified at GSS-API level (Mechanism level: Checksum failed)

We are facing an issue while setting up SSO with Wildfly 26.1.3 (Kerberos5, kdc , Spnego). We are getting the below error in logs while trying to authenticate. Need you assistance on solving the ...
Malaiselvan's user avatar
  • 1,113
0 votes
0 answers
187 views

Single sign on with AD Service Account user with Kerberos results in Authentication error

We are running our Servlet based web application on Openshift infrastructure which is running on Wildfly 26 version. We are implementing SSO using Kerberos We have created an Active Directory service ...
Malaiselvan's user avatar
  • 1,113
1 vote
0 answers
379 views

Keycloak and Kerberos integration using curl SSO

I have following setup given: keycloak server at https://auth.example.com connection with a LDAP provider configuration Kerberos options set in LDAP provider configuration authentication with ...
sacha.p's user avatar
  • 163
0 votes
0 answers
375 views

WWW-Authenticate is not being sent with HTML login form of Keycloak

As per this doc and as its item 4 says: renders the HTML login screen with status 401 and HTTP header WWW-Authenticate: Negotiate. In the meantime, I don't see anything like this in the response of ...
Greg Semenov's user avatar
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
1 vote
1 answer
4k views

Java 17 Update - Cannot find key of appropriate type to decrypt AP-REQ - RC4 with HMAC

I have a productive Java application using Kerberos for SSO. After I update Java from version 16 to 17, I run into the following Error: Cannot find key of appropriate type to decrypt AP-REQ - RC4 with ...
flavio.donze's user avatar
  • 7,930
2 votes
2 answers
2k views

Skip kerberos sso authentication in keycloak

In certain cases we need to skip automatic login through Kerberos. According to the documentation this should be done through the parameter ?prompt=login: prompt - Keycloak supports these settings: ...
flavio.donze's user avatar
  • 7,930
2 votes
1 answer
531 views

What is the use of the pre-auth user in SPNEGO SSO configuration?

I'm using SPNEGO in order to implement SSO solution. During the configuration, I was required to use domain user credentials in 2 steps: In the web.xml of my application: <init-param> &...
oabouzaid's user avatar
0 votes
1 answer
8k views

Configuring Tomcat SSO using Kerberos SPNEGO

I am trying to configure SSO in Tomcat 9 (with SDK 8) using Kerberos. My environment is all in Windows Server 2016 VMs: - server2016.forestgump.internal 192.168.44.130 - Active Directory ...
gxvigo's user avatar
  • 817
0 votes
1 answer
246 views

Do we require a keytab entry for all AD users for kerberos based authentication?

I have a web application deployed on jboss. As of now we have implemented NTLMHttpFilter provided by https://www.jcifs.org/. As this java filter supports only NTLMV1, now i need to update my ...
Ravi Kumar's user avatar
1 vote
0 answers
185 views

kinit command error, while generating a TGT- SPNEGO

I got error 6 client not found in kerberos database error while running kinit command. Can you help me with the possibilies of this error? We are implementing SSO on our application using SPNEGO. ...
Vijay sai Nallani's user avatar
2 votes
1 answer
2k views

keycloak spnego authentication fails with "The underlying mechanism context has not been initialized", "result = ACCEPT_INCOMPLETE"

I am struggling to setup keycloak with ldap adapter for active directory, and spnego support. It is a test setup, everything is running on the same VM with Windows Server 2016 as operating system. The ...
wra's user avatar
  • 169
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
0 votes
0 answers
2k views

How to pass Kerberos tickets via Apache server to back-end services

I have a couple of services running exposed as APIs that are invoked by my Web actions. As of now, there is no authentication on the APIs but make use of user ID being fetched via SSO from my Web ...
Harman's user avatar
  • 727
0 votes
1 answer
590 views

SSO Authentication using Weblogic12 + SPNEGO + Kerberos + LDAP

I have an EE application that I am working on and I am trying to implement SSO with the windows network using SPNEGO provider connected to the Windows Active Directory through a Multitenancy WebLogic ...
ChadNC's user avatar
  • 2,503

15 30 50 per page