简体   繁体   中英

Google App Engine Authentication with Google Apps domain account

Actually we have created the backend module for our android app in Google cloud module.

We also did the validation for authenticating users in backend module(Google cloud module) following the below reference,

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: user@mycompany.com). But all the google account users getting success login.

So kindly provide you advice to make the expected workflow.

如果调用服务EndPoint是从Web上实现的,则可以使用https://cloud.google.com/appengine/docs/java/users/否则检查身份验证控制端点。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM