Skip to content

Commit

Permalink
Remove slash
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Jan 26, 2024
1 parent 3827dcc commit 6487e1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public SecurityFilterChain filterChain(HttpSecurity http, ClientRegistrationRepo
.userInfoEndpoint(userInfo ->
userInfo.userAuthoritiesMapper(userAuthoritiesMapper())
)
.failureUrl(LOGIN_URL + "/?logout_failure")
.failureUrl(LOGIN_URL + "?logout_failure")
)
.logout(logout -> logout
.logoutSuccessHandler(oidcLogoutSuccessHandler(clientRegistrationRepository))
Expand Down

0 comments on commit 6487e1a

Please sign in to comment.