GAE Java Apps - public access

46 views
Skip to first unread message

Andri Firstianto-GCP

unread,
Jun 2, 2016, 3:12:13 AM6/2/16
to Google App Engine
Hi, i have deployed the sample apps into Google Cloud and can access at https://PROJECT.appspot.com/
is the website public access "only" OR can we limited only registered user to access it?
thank you for the advice.

Zeehad (Cloud Platform Support)

unread,
Jun 3, 2016, 4:54:11 PM6/3/16
to Google App Engine
Hello Andri,

Any deployed App Engine application serves traffic at http://[YOUR_PROJECT_ID].appspot.com. If you wish to restrict access, you'll need to implement user authentication in your application.

Google offers multiple methods of authenticating users in Cloud Platform applications. Please see the User Authentication Options available for Java. For example, you can limit access to selected users (or all users) who has a Google account by using the Users Java API. I recommend going through the different features and their purposes to get yourself more familiar with the options.

I hope that helps. Cheers!
Reply all
Reply to author
Forward
0 new messages