Skip to main content

All Questions

0 votes
1 answer
348 views

Java 17 Allow RC4 HMAC while keeping allow_weak_crypto as false in krb5.conf

SSO has stopped working in our Spring App. since we upgraded to Java 17 with upgraded Spring libraries. I am getting following error during authentication which relates to the fact that Java 17 ...
user8373873's user avatar
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
3 answers
3k views

Implementing Single Sign on using ADFS

I am new to ADFS/SSO world and currently working on feature to implement Single Sign On (SSO) using AD FS for our Java based web application and Windows native agent. Below are our requirement : ...
Praveen's user avatar
  • 57
0 votes
0 answers
528 views

Kerberos Login using keytab without prompt for credentaials

I have done the following changes in the jaas.conf kblogininfo { com.sun.security.auth.module.Krb5LoginModule required storekey=true useKeyTab=true useTicketCache=true doNotPrompt=true keyTab="...
mohit's user avatar
  • 1
3 votes
1 answer
2k views

How to use cached ticket with KerberosRestTemplate?

I want to implement integration test for my spring security kerberos authentication. There is KerberosRestTemplate (reference) for this purpose. KerberosRestTemplate has got a default constructor ...
Jaz Brok's user avatar
  • 241
2 votes
0 answers
1k views

Spnego Kerberos Spring SSO

I am trying to implement SPNEGO Kerberos based SSO. Below is the link from which I tried to implement it. Form based SSO is working fine. But when I try to implement using SPNEGO I get the below error ...
user3894972's user avatar