There is a login process by google on the login page of my website. There are a lot of web app credentials in the OAuth 2.0 Client IDs in the google console. The defined oauth2 credentials are working except one. When I use these defected credentials then it returns a blocked response I've added Origin and redirected Url in the google console. I have no idea what blocked means and what should i do.
Request URL
https://accounts.google.com/o/oauth2/iframerpc?action=checkOrigin&origin=https%3A%2F%2Fapp.website.com&client_id=3**-v*.apps.googleusercontent.com
Payload
{
action: checkOrigin,
origin: https://app.website.com,
client_id: 3**-v*.apps.googleusercontent.com
}
Response
{
blocked: true,
suppressed: false,
valid: true
}