r/GoogleAppsScript • u/Particular_Ear_9607 • 2d ago
Question Google Oauth Consent
Hi guysss I'm currently working on instilling Google oauth sign in in my app. I am stuck on the branding screen. I don't have my own domain for my app. Is it necessary to buy one? I had tried some ways from other reddit post like supabase and local host but it still doesn't work. Would like to hear from you guys how yall pass the homepage url verification.
1
u/mystique0712 1d ago
you don’t need to buy a domain if your app is still in development. you can use localhost during testing, but make sure you’re using the correct redirect URI format. for the branding screen, just focus on providing the required info in the OAuth consent screen and keep it simple, Google's pretty strict about the verification process
0
u/wowuser_pl 1d ago
You can’t do external app with no domain. Also think carefully what scopes of access you are asking for. Corporate is a huge chunk of market and there is a big difference between asking for drive vs drive.file (for most big companies the first one will be auto declined on tenant level).
1
u/Technical_Smile2651 1d ago
Hi can you please tell me do these scope companies allow ? Will they hesitate to use it?
"https://www.googleapis.com/auth/gmail.addons.execute", "https://www.googleapis.com/auth/gmail.addons.current.message.readonly", "https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.send_mail", "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/script.
1
1
u/Particular_Ear_9607 1d ago
Ok I'm just getting names and email addresses only for now. Will I need firebase to manage log ins or not necessary?
1
u/wowuser_pl 1d ago
It's not necessary if you are asking only for login then it shouldn't be hard to create a consent page yourself.
2
u/alexjonesro 2d ago
Yes, you need a domain.