Exclude url form OAuth2 security authentication
I have this Spring Security 6 configuration configured to work with Keycloak server:
Spring+OAuth2: authentication fails when multiple tabs are opened in quick succession
As the title says, I have a spring boot app and OAuth2 works as expected when user opens multiple tabs one after the other. However, when user clicks a link multiple times in quick succession (opening multiple tabs before one tab is loaded), the application is redirected to logout screen (and sometimes it is redirected to /login?error).