How does a user get authenticated on server B if they are already authenticated on server A through OAuth2?
Lets say I have server A (a web server). Users initially use an external provider such as Google to get authenticated on that server. An entry is created in my database saying that this user has logged in before and has confirmed their acc…