Hello, good people on the Internet.
Does Google OAuth2.0 support OAuth flow for resource credential password credential stream? ... and if so, then:
A.) Can this type of OAuth stream be tested on the Google OAuth2 Playground?
B.) are there any examples of “Resource owner account Resources” with Google OAuth2.0 and the Google API?
In a recent OAuth presentation in Oslo NDC 2013, this subject stream seems to completely skip the authorization endpoint and speak directly to the OAuth2 server token endpoint. The query syntax request is supposed to look something like this:
grant_type=password& scope=resource& user_name=owner& password=password&
My understanding is the password of the credentials of the resource owner for trusted applications in the built-in types of the corporate type (where a pair of names and passwords can be safely stored).
In this particular OAuth stream, no end-user interaction is required (without the Accept browser popup, then get the returned authorization code, etc.). The access and update token is returned in this subject stream, again: without interacting with the end user (although after entering the user password).
Looking through the Google OAuth documentation ( link to the Google OAuth2 docs ), it doesn't seem to mention anything like Resource Password Credential Flow, but is not sure what it means that it is clearly not supported by Google.
Any help or advice would be greatly appreciated.
early
woody source share