Google SignIn app without adding it to device accounts

We used Google SignIn through WebView, but since Google will soon be judging it, are there any alternatives to do the same?

We have a few special use cases when our devices are used in stock and one device is used by several users. We do not want all users to add their accounts to each device. This seems like a pretty reasonable use case, but I can't find the official documentation for such cases. Is there any work around this?

Update: Here is a usage example in a bit more detail. Imagine 100 devices for 500 employees. None of the users have a special device for them. Every morning they go around and get a random device for the next few hours. Then they must log into our preinstalled application via G Suite SSO, shut down and return the devices after logging out.

Now we are doing this SSO over web browsing because we don’t want each of our employees to set up a google account on the device every day. In the new system, we have no alternative but to ask low-skilled workers to configure a complete device, including synchronization settings, and what is not.

We still want to use Google SSO from our G Suite accounts, but we don’t want the accounts to be associated with the device itself.

+8
android android-webview google-oauth google-signin chrome-custom-tabs
source share

No one has answered this question yet.

See related questions:

2609
Is there a unique identifier for an Android device?
23
How to get a profile like gender from google signin in Android?
17
Behavior of mobile app browsers with Google sessions and account selection
8
Android: check the google account name of the device on the server
3
How do I get an authorization code from Google Play Services without adding an account to my device?
3
SSO with a Google Account on both the website and mobile application
2
how to enter google account in my android application without adding this account to device
one
Save a web application user registered with Google for the web
one
How can I redirect users back to my application after google oauth without using webview?
0
How can I automatically create a Google Apps user account

All Articles