Hello JP,
The recommended user authentication mechanisms for App Engine Standard Environment and App Engine Flexible Environments are Firebase Authentication , <https://cloud.google.com/appengine/docs/standard/python/oauth#google_sign-in> Google Sign-In <https://cloud.google.com/appengine/docs/standard/python/oauth#google_sign-in>, OAuth 2.0 and OpenID Connect <https://cloud.google.com/appengine/docs/standard/python/oauth#oauth_20_and_openid_connect> as outlined in these documents [1] <https://cloud.google.com/appengine/docs/standard/python/oauth>[2] <https://cloud.google.com/appengine/docs/flexible/python/authenticating-users#top_of_page>. For App Engine Standard Environment it is also possible to authenticate users using Users API <https://cloud.google.com/appengine/docs/flexible/python/authenticating-users#top_of_page> . This document <https://cloud.google.com/iap/docs/identity-howto> provides information on how to get a user's identity with Identity-Aware Proxy (IAP). By using signed headers <https://cloud.google.com/iap/docs/identity-howto#getting_the_users_identity_with_signed_headers>or by using the App Engine standard environment Users API <https://cloud.google.com/iap/docs/identity-howto#get_identity_gae> you can get the IAP-authenticated user identity. This document provides further information on the Consent screen <https://cloud.google.com/iap/docs/identity-howto#consent_screen>. If still the issue is not resolved or If you have any technical queries or think your issue is related to code, you can post at the Stack Overflow <https://stackoverflow.com/> or Server Fault <https://serverfault.com/> and a community of developers will assist you. In case there are any technical issues or you would like to request any feature you can report it at the Public Issues by selecting the right component here <https://cloud.google.com/support/docs/issue-trackers#trackers-list>. Please also note that Google Groups forum is meant for general discussion of the platform, not specific technical issues. You can find more info about Community Support Overview on Google Groups here <https://cloud.google.com/support/docs/community#discussions_google_groups>. On Monday, June 8, 2020 at 11:35:20 AM UTC-4, JP Freire wrote: > > > I need to check the consent screen, but I have a problem. As I understand > it, my application needs to be external so that different domains like @ > gmail.com have access. However, my home screen is exclusive to my > clients, and therefore contains an authentication url. What do I need to do > in this case? > > I don't know if this is the best place to take this doubt, but that's what > I found > -- 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/523f3a1c-880f-4db9-bff7-e598069efc84o%40googlegroups.com.
