You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi,
is there an easy way to learn how the authentification an authorization works in the google products? Especially how the linking and synchronization is made.
Cheers,
Ingo
George (Cloud Platform Support)
unread,
Jan 2, 2017, 11:44:53 AM1/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hallo Ingo,
Google APIs use the OAuth 2.0 protocol for authentication and authorization. There are quite a few resources available on the Internet, covering this protocol in general.
OAuth is an authorization protocol, rather than an authentication protocol. Using OAuth on its own as an authentication method may be referred to as pseudo-authentication. You can read here about the way the OAuth 2.0 is used in Google products, or here. There are separate documentation pages for storage, compute engine, server-to-server applications, or specific to various APIs.