Skip to content

Commit

Permalink
Update SecurityConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN authored Jun 8, 2024
1 parent 502e1eb commit 0efad53
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ private static void getCustomizedHttpAuthorization(AuthorizeHttpRequestsConfigur
.requestMatchers("/society").hasRole("Admin")
.requestMatchers("/").permitAll()
.requestMatchers("/loginStatus/**").permitAll()
.requestMatchers("/logout").permitAll()
.requestMatchers("/login").permitAll()
.requestMatchers(EndpointRequest.toAnyEndpoint()).permitAll()
.anyRequest().authenticated();

Expand Down

0 comments on commit 0efad53

Please sign in to comment.