Our application is using gapi.auth.signin for authentication. The problem is that the account selection drop down list is not presented when user is logged into multiple accounts. Currently, to overcome this the app sets approvalprompt = force, cookiepolicy = url/single_host_origin. Obviously, this is not very efficient.
- Is it possible to display multi-user selection drop down list when using gapi.auth.signin?
- Shall gapi.auth.authorize be used instead? (Related question)
Thank you.