简体   繁体   English

在Android版Chrome中通过Google ID自动登录

[英]Automatic sign-in via Google ID in Chrome for Android

I don't know the full details of this, but I believe Google's own web properties can perform single sign on within Chrome, using the Android user's ID and with the user's permission. 我不知道它的全部详细信息,但是我相信Google自己的网络媒体资源可以使用Android用户的ID并获得用户许可在Chrome中执行单点登录。

Is this functionality available to third-party web apps running in Chrome? 此功能可用于在Chrome中运行的第三方网络应用吗?

You can get an authentication token using AccountManager. 您可以使用AccountManager获得身份验证令牌。 If you get the right token for the service, and add the proper headers, you should be able to achieve something similar. 如果您获得了正确的服务令牌,并添加了适当的标头,则应该能够实现类似的目的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM