mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-22 14:24:48 +00:00
Previously there was no way to extract the original exception or to easily obtain details about the failure if Spring Security was not able to translate the exception into a Spring Security AuthenticationException. Now the caused by is an ActiveDirectoryAuthenticationException which contains the original Active Directory error code.