[Keycloak Guard] Signature verification failed
josefrola2021 opened this issue · 1 comments
josefrola2021 commented
Hello, I am experiencing problems with the validation of the signature in laravel ^ 8.54, it does not validate the signature, I debugged the library and it gives an error in the openssl_verify of the JWT.php class line 264, the parameters of the token, signature, key , The algorithm is correct, you can see that they arrive, but when validating the signature, it throws an error.
KeycloakGuard\Exceptions\TokenException: [Keycloak Guard] Signature verification failed in file
vendor/robsontenorio/laravel-keycloak-guard/src/KeycloakGuard.php on line 44
robsontenorio commented
Same #48