Spring LDAP Authentication in Java Tutorial with Example
Tutorials Shared by the Internet Community
Spring LDAP Authentication in Java Tutorial with Example
This is a spring ldap authentication tutorial and step by step guide to implement ldap authentication in Active directory.LDAP authentication is mustStatistics
Total Hits - 43353
Total Votes - 284 votes
Vote Up - 127 votes
Vote Down - 157 votes
Domain - javarevisited.blogspot.com
Category - JAVA/Core JAVA
Submitted By - Javin Paul
Submitted on - 2011-11-26 08:08:52
Description
This is a spring ldap authentication tutorial and step by step guide to implement ldap authentication in Active directory.LDAP authentication is must have knowledge for any application developer whether Java or other language. Its most common method of authentication. This article explains ldap authentication in Java, spring and Spring Security with step by step example. but ldap authentication without SSL is not safe and anyone can view user credential because ldap client transfer usernamae and password during ldap bind operation so I have also included ldap using SSL in Spring. More detail...