Java + Active Directory - Single Sign On

1

I was asked to do SSO for a web application in Java.

The idea is that through computer information, the application checks in the AD and according to the user's OU it has access to certain application modules.

I've already researched things like SPNEGO, but I do not understand much, any light?

    
asked by anonymous 25.01.2017 / 20:19

1 answer

1

I recommend using Spring Security SAML . On the Spring website there is a case for you to download and test for you to see how it works. I already did this is not a 7 headed animal.

    
19.02.2018 / 19:48