Please keep in mind that authentication and authorization is two different things. Authentication is "Authorization refers to the process of determining what permissions an authenticated client has for a specific resource."
That being said authentication identifies who you are, and authorization determines what you can do. Here <https://cloud.google.com/endpoints/docs/openapi/authentication-method> you may find multiple authentication methods suited for different use cases. >From what I understand the most suited for your case is "Authentication between services <https://cloud.google.com/endpoints/docs/openapi/service-account-authentication>". Let us know if that was helpful. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6e9cc8b6-af2d-4998-9145-53a803466d8ao%40googlegroups.com.
