You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling trying to get the basic client working.
Fatal error: Uncaught phpseclib3\Exception\NoKeyLoadedException: Unable to read key in /var/www/html/website/htdocs/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php:63 Stack trace: #0 /var/www/html/website/htdocs/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(1151): phpseclib3\Crypt\PublicKeyLoader::load() #1 /var/www/html/website/htdocs/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(1251): Jumbojett\OpenIDConnectClient->verifyRSAJWTsignature() #2 /var/www/html/website/htdocs/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(354): Jumbojett\OpenIDConnectClient->verifyJWTsignature() #3 /var/www/html/website/htdocs/index.php(23): Jumbojett\OpenIDConnectClient->authenticate() #4 {main} thrown in /var/www/html/website/htdocs/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php on line 63ader.php:63
Following the route of the exception, it seems that cant read the key for validating JWT signature. I feel that those keys are retrieved from de IDP via the network, and are the ones in the Realm Config --> Keys, so I should not bother to physically have them and imported in the client. (?¿)
I have not found anyone with this problem, so it may be something in my side, but any hint will be appreciated.
Regards,
Xisco.
The text was updated successfully, but these errors were encountered:
Hello,
I am struggling trying to get the basic client working.
Fatal error: Uncaught phpseclib3\Exception\NoKeyLoadedException: Unable to read key in /var/www/html/website/htdocs/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php:63 Stack trace: #0 /var/www/html/website/htdocs/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(1151): phpseclib3\Crypt\PublicKeyLoader::load() #1 /var/www/html/website/htdocs/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(1251): Jumbojett\OpenIDConnectClient->verifyRSAJWTsignature() #2 /var/www/html/website/htdocs/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php(354): Jumbojett\OpenIDConnectClient->verifyJWTsignature() #3 /var/www/html/website/htdocs/index.php(23): Jumbojett\OpenIDConnectClient->authenticate() #4 {main} thrown in /var/www/html/website/htdocs/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php on line 63ader.php:63
Following the route of the exception, it seems that cant read the key for validating JWT signature. I feel that those keys are retrieved from de IDP via the network, and are the ones in the Realm Config --> Keys, so I should not bother to physically have them and imported in the client. (?¿)
I have not found anyone with this problem, so it may be something in my side, but any hint will be appreciated.
Regards,
Xisco.
The text was updated successfully, but these errors were encountered: