I am relying on Google OAuth to authorize a user for a site I'm building. At the time I'm requesting permission, I already know which Google Account he wants to use (I'm using Google OAuth as a second level auth). However if the User is logged in to several Google Accounts at once, Google redirects the user to a SelectSession interface.
When the user is directed to https://accounts.google.com/o/oauth2/auth?... he ends on https://www.google.com/a/SelectSession. This is unnecessary, because I already know which session he wants to use.
Does anyone know a way to automatically select a specific account, so that the user does not need to manually select the session at https://www.google.com/a/SelectSession?