My application is using Microsoft ACS namespace to integrate with Google login. It was using Google OpenID 2.0, but now it has been updated to Google OpenID Connect. I have set up OAuth 2.0 in the Google Developer Console, such as creating a project, creating a new Client ID, and etc. After I have updated the ACS namespace with the new values of Client ID and Client secret, my application became working not stably. I am getting the following error on some Google accounts, but not for others (which means some Google accounts are working without any issue):
- That’s an error.
Error: invalid_client
no support email
I can confirm that I have added a product name and an email address under: Apps & auths -> consent screen.
I have even tried to create a second Client ID under my project, and updated the ACS namespace to use the values from the second Client ID. But no luck.
I really don't know what I am missing, or if it is an issue related to Google console.