Skip to content

Instantly share code, notes, and snippets.

@rwinch
Created April 2, 2015 17:17
Show Gist options
  • Save rwinch/15a95af472aed78a8fd4 to your computer and use it in GitHub Desktop.
Save rwinch/15a95af472aed78a8fd4 to your computer and use it in GitHub Desktop.
@Autowired
public void configureGlobal(AuthenticationMangaerBuilder auth) {
auth
.authenticationProvider(adLdapAuthenticationProvier());
}
@Bean
public ActiveDirectoryAuthenticationProvider adLdapAuthenticationProvider() {
ActiveDirectoryAuthenticationProvider provider = ...
return provider;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment