Skip to content

Commit

Permalink
fix(ldap): make LDAP login page come before the rest of auth config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Apr 7, 2017
1 parent 4ea14f7 commit d7cc324
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,8 +82,8 @@ class LdapSsoConfig extends WebSecurityConfigurerAdapter {

@Override
protected void configure(HttpSecurity http) throws Exception {
authConfig.configure(http)
http.formLogin()
authConfig.configure(http)
}

@Component
Expand Down

0 comments on commit d7cc324

Please sign in to comment.