I am using omniauth-google-oauth2
gem in Rails. I have created account on GCP & created project under organisation example.com
The problem is when I created app on GCP and created omni-oauth client-id
& client-secret-key
, I did setting under, 'Oauth Consent Screen'
Public - Any Google Account can grant access to the scopes required by this app.
Internal - Only users with a Google Account in your organization can grant access to the scopes requested by this app.
I chose internal
& now only emails having domain example.com
can access & example.in
cannot.
I want to do setup for .in domain also.