- πΊπΈUnited States bob.hinrichs
We are experiencing quite a few errors where google comes back with this to our callback:
/user/login/google/callback?error=access_denied&state=54e334cd95aa9e74c...This creates an error in dblog like:
BadMethodCallException: Required parameter not passed: "code" in League\OAuth2\Client\Grant\AbstractGrant->checkRequiredParameter() (line 35 of /code/vendor/league/oauth2-client/src/Tool/RequiredParameterTrait.php).Is this the same issue? It appears perhaps so, and the callback ought to catch this.
There is an additional question here about whether this constitutes an actual error to be logged. It could be argued, when users are generally able to log in, but some do not have access via google, that is normal functioning.