Relative Content

Tag Archive for springspring-bootspring-security-oauth2

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).