Update authorizeHttpRequests
Closes gh-49
This commit is contained in:
@@ -44,7 +44,7 @@ public class SecurityConfiguration {
|
||||
SecurityFilterChain app(HttpSecurity http) throws Exception {
|
||||
// @formatter:off
|
||||
http
|
||||
.authorizeRequests((authorize) -> authorize
|
||||
.authorizeHttpRequests((authorize) -> authorize
|
||||
.anyRequest().authenticated()
|
||||
)
|
||||
.saml2Login(Customizer.withDefaults())
|
||||
|
||||
Reference in New Issue
Block a user