Actually we have created the backend module for our android app in Google cloud module. For more info check here https://cloud.google.com/appengine/docs/java/endpoints/helloendpoints-android-studio .
We also did the validation for authenticating users in backend module(Google cloud module) following the below reference, https://cloud.google.com/appengine/docs/java/endpoints/add-authorization-backend . And also we picked the authentication option as Google Apps domain. And also we did the below configuration in console.cloud.google.com,(Google app engine->Setting->Authentication->Google apps domain->mycompany.com) We followed the below reference for client application(android app) to make API call, https://cloud.google.com/appengine/docs/java/endpoints/calling-from-android. Now we are expecting like the login success will happen only the registered Google apps domain users (Ex:[email protected]). But all the google account users getting success login. So kindly provide you advice to make the expected workflow. On Wednesday, August 10, 2016 at 5:14:21 AM UTC+5:30, Adam (Cloud Platform Support) wrote: > > This seems like a question that would be better posted to Stack Overflow, > rather than a discussion post. The google-appengine group is intended more > for general discussion rather than technical assistance. Please see the > main Community Support page > <https://support.google.com/cloud/answer/3466163?hl=en> for a list of the > tags we monitor. > > With that being said, please provide some details so that we're able to > understand your issue. How is it not working? How is your code currently > handling authentication with the Users API? Does it work when using 'Google > Accounts API'? > > On Tuesday, August 9, 2016 at 10:01:55 AM UTC-4, sugumar.p sugu wrote: >> >> I have created google end-point API with authentication(User) for access >> native android app. my requirement is to authenticate via my organization >> google apps domain. There is a option to set the privileges for particular >> domain users to access the API. But is not working. I need to know more >> about the configuration(*Google app >> engine->Setting->Authentication->Google apps domain->mycompany.com >> <http://mycompany.com>*) or else I did something wrong... Please guide >> me. >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5fdb5430-9eaf-41d6-9d1a-f2e32813b738%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
