Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sign in with Google temporarily disabled for this app

We are facing the below screen when trying to authenticate to Google. The app that we are trying to authenticate is used for internal development and we did not publish it to our users.

Any idea why this occurs?

enter image description here

We faced an Unverified App screen before (as below) but now the authentication is disabled.

enter image description here

like image 473
Ranjani Avatar asked May 24 '18 12:05

Ranjani


People also ask

Why is my Google account temporarily disabled?

Accounts may be disabled without the ability to download data for certain violations, including but not limited to: Valid legal requests. Account hijacking. Egregious content violations including child sexual abuse and exploitation and terrorist content.

How do I allow an app to access my Google account?

Go to the Security section of your Google Account. Under “Third-party apps with account access,” select Manage third-party access. Select the app or service you want to review.


1 Answers

OAuth Client Verification

Starting July 18, 2017, Google OAuth clients that request certain sensitive OAuth scopes will be subject to review by Google.

OAuth Client Verification Starting July 18, 2017, Google OAuth clients that request certain sensitive OAuth scopes will be subject to review by Google.

Review is not required if you are only using it under the same account as created the project in Google Developer console. You can read more about this change in this help center article.

This change applies to Google OAuth web clients, including those used by all Apps Script projects. By verifying your app with Google, you can remove the unverified app screen from your authorization flow and give your users confidence that your app is non-malicious.

Once you have applied for verification it takes around a week and it should start working.

like image 55
DaImTo Avatar answered Oct 05 '22 07:10

DaImTo