Firstly, please apologise me if I'm still confused about stuff here, Kerberos auth is quite the complex issue for a java dev
So, I have the following scenario:
A suite of webapps which use kerberos
pre-authentication for access and LDAP
profiles authorization for the sub-sections
I have a Windows Server
in AWS
with a forest (typical EXAMPLE.COM) with an Administrator user that is member of all necessary groups. All relevant ports are open and accessible, and if I do a search by username with Spring LDAP
, it works fine
The company I work in has its own AD and my PC belongs to this AD, so technically I'm handling two ADs, however, I have no access to the CORP AD, obviously, it's just there. However, I've added a user to the Windows Server AD
in AWS
with the same username, password and member of all necessary groups JFI
The issue comes when starting the app in my local PC to test this. I have configured firefox as mentioned in this post, but when I try to access the app via browser (localhost:port) the Negotiate
header never contains a ticket to authenticate against
Not sure any code would help here, but happy to share any snippets or start a chat if that could help