SEC-2244: Defaults based on loginPage are now updated when loginPage changes
This commit is contained in:
@@ -18,7 +18,6 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.anyRequest().authenticated()
|
||||
.and()
|
||||
.openidLogin()
|
||||
.loginPage("/login")
|
||||
.permitAll()
|
||||
.authenticationUserDetailsService(new CustomUserDetailsService())
|
||||
.attributeExchange("https://www.google.com/.*")
|
||||
|
||||
Reference in New Issue
Block a user