I'm using Google Auth for authentication and authorization for my app. Now, when only one user is signed into Google in the browser and it has previously been authenticated, it automatically signs in.
This post Force google account chooser points to adding a parameter (prompt=select_account) to the Google Oauth authoriztion url to force the account selection list to appear.
Which brings me to my question, there any way I can edit or append to this url that is used when making the authentication request when using ServiceStack?