SSO using Kerberos and Active Directory Application Mode (ADAM)
Hey,
I am working on a single sign-on solution, using JAAS and Kerberos. The user should log-in to Windows and run an Java app afterwards which authenticates him to the KDC. Every other application should only connect to the KDC to authenticate the user.
Is there a possibility to obtain the user credentials from the Active Directory Application Mode (ADAM) and use it's Kerberos services/KDC or will I need a full Active Directory Service?
Thanks in advance,
Sebastian

