without "Experimental Federated Login" on Authentication Options drop down at GAE
44 views
Skip to first unread message
channing dev
unread,
Sep 17, 2016, 11:32:07 PM9/17/16
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
Hello,
Why I can't see the "Experimental Federated Login" option in App Engine Settings on my GAE projects?
Thanks a lot.
Adam (Cloud Platform Support)
unread,
Sep 18, 2016, 8:02:10 PM9/18/16
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
That option has been deprecated for some time (the only references to that option are from blog and forum posts for 4+ years ago). You don't need that option for federated sign-in anymore though, as this functionality is now provided by Open ID Connect via the Google Identity Toolkit.
channing dev
unread,
Sep 18, 2016, 10:27:08 PM9/18/16
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
Hi,
I see. But which one will be selected (Google Accounts API or Google Apps Domain) even I use the Google Identity Toolkit for federated login.
Thanks
Adam (Cloud Platform Support)
unread,
Sep 20, 2016, 1:41:59 PM9/20/16
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
These options only apply to the Users API in Google Apps. Selecting 'Google Apps Domain' will restrict login to users from a specific Google Apps domain only, while 'Google Accounts API' allows sign-in from any Google account.
Note that the newest version of Google Identity Toolkit has been released as Firebase Authentication, so it's recommended to use this for new projects.