I need to implement SSO (Single Sign-On) on a company client that I work with, the scenario is basically the following: They have a web system, done in java, that has a normal login, however they do not want a screen and that this check is done against an Active Directory that they have. So I'd like to know what information I can use about the user. I've been suggested frameworks like Waffle, Kerberos and SPNEGO, but I found that they are too complicated to implement. I would like this integration to be as simple as possible.
Thank you in advance.