I have an Android application which uses Google sign and sends the token ID to the server. So, the server identifies the user by the token ID.
I also have a Chrome extension and I would like to find the token ID but I cannot find anyway for doing so. I think the extension should bring the user through the OAuth authentication process like explained here. Unfortunately that procedures fails with: Authorization page could not be loaded
These are the scopes I'm setting in the manifest:
- openid
- profile
That would be so easy if there would be a Google web service which returns the token ID.