Restricted the app to login using OAuth to one domain (say abc.com). Getting the error with the following steps:
- Logged in with multiple accounts in a browser on google.
- On trying to login with a user whose domain is not mentioned, nothing happens(no error message). Try to login with the invalid user twice.
- Now try to login with a valid user.
On doing that the following error occurs:
OAuth 2 parameters can only have a single value: hd
In the error stack trace client id is visible. Is that a security risk?
How can this error be fixed?