Do you want to authenticate an app? I suggest you to take a look to google sign in documentation. In client side https://developers.google.com/identity/sign-in/web/sign-in
Backend auth: https://developers.google.com/identity/sign-in/web/backend-auth Let me know if that works for you. Cristian On Fri, May 10, 2019 at 12:00 AM Anna Nevison <[email protected]> wrote: > Hi everyone, > > I am seriously struggling with an app I deployed in google app engine and > I am hoping maybe somebody could give me a bit of guidance. I deployed the > app with the intention of making it only accessible to members of a GSuite, > which I have read is a possibility. I spent hours researching the docs and > I have tried configuring the application settings in the developer center > for the app and using the https://www.googleapis.com/oauth2/v3/userinf > API with no luck whatsoever. Would be super appreciative if someone had a > working code (preferably python because that is what my app is written in) > that I could reference or could offer some clear instructions on how I > could achieve this. > > Thank you! > > -- > 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/83cfe533-8876-4352-b184-d709900133fc%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/83cfe533-8876-4352-b184-d709900133fc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAOJhfndbV14MaTvppj%3DYTAMp6_Ufd7vH7SeHX2PaSRb7yr3b3w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
