Is it possible to get an Id token with Chrome App Indentity Api?
I can't get a user's id_token ( https://developers.google.com/accounts/docs/CrossClientAuth ) from the Chrome identity api ( https://developer.chrome.com/apps/identity ). I can get an access_token using the chrome identity sample when the oauth section in the manifest is: "oauth2": { "client_id": "<chrome-app-client-id>.apps.googleusercontent.com", "scopes": ["https://www.googleapis.com/auth/plus.login"] } But when I try to get the id_token the same way I get it on my android client a get the error: "OAuth2 request failed: Service responded with error: 'invalid scope: {0}'"} The manifest