Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable the Internal option in the OAuth consent screen?

When I trying to choose the Internal option in the OAuth consent screen it tells me

Because you're not a G Suite user, you can only make your app available to external (general audience) users.

How can I enable this option?

like image 459
Taha Sami Avatar asked Mar 02 '23 22:03

Taha Sami


1 Answers

The only way to make an internal app is to create the project from a gsuite domain account.

Login to Google though your gsuite domain email and then go to Google developer console and create a project there. Then your project / application can be set to internal and used internally within the gsuite domain.

If you do not have a gsuite domain then you can not set your project internal and it is there for must remain external.

External apps will need to go though the google verification process.

like image 150
DaImTo Avatar answered Mar 10 '23 10:03

DaImTo