Hi,
I have a Vue.js application that uses Okta authentication with Spring Boot as backend. The authentication works fine. The challenge I am facing is that I have a user logged in from one browser window. Now I want another user to be logged in from another window, but by default it takes the first user and automatically logs him in. I dont have the option to enter user credentials in the second window.
Any help would be highly appreciated.
Thanks.