SanderTreur
Forum Replies Created
-
Forum: Plugins
In reply to: [Login by Auth0] Auth0 4.0 breaks login – Invalid ID tokenThis was indeed the problem. Lost a few hours of my life, but many thanks for all the help!
Forum: Plugins
In reply to: [Login by Auth0] Auth0 4.0 breaks login – Invalid ID tokenHi Josh, yes the keys are right.
I dug into the plugin code and found that the function
verifyinauth0/vendor/lcobucci/jwt/src/Token.phpreturns value false, right here:return $this->signature->verify($signer, $this->getPayload(), $key);I conclude that the hash coming from Auth0 ($signer) is different than the one created in the plug-in. Could this mean that or the payload, or the key is wrong? Since I checked the key, could it be something with the payload?
Weird thing is that when I downgrade back to plug-in version 3.11 I get the same error.
Forum: Plugins
In reply to: [Login by Auth0] Auth0 4.0 breaks login – Invalid ID tokenThe error:
Date
04/02/2020 17:32:26Section
WP_Auth0_LoginManager::init_auth0 L:152Error code
invalid_id_tokenMessage
Invalid ID token: Invalid ID token signatureI noticed that the time of the error (17:32) is different than my local (WordPress) time. Local time is 19:32, could the problem be related to this?
Forum: Plugins
In reply to: [Login by Auth0] Auth0 4.0 breaks login – Invalid ID tokenHi Josh, thanks for your response.
I tried it with the auth0_jwt_leeway filter, but the problem still persists.
The error I get is:
There was a problem with your log in: Invalid ID token [error code: invalid_id_token]Where can I see the plugin error log?