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
Exception - Firebase\JWT\JWK::parseKeySet(): Argument #1 ($jwks) must be of type array, null given, called in [dirroot]/mod/lti/locallib.php on line 1368
#110
Open
mgarefal opened this issue
Feb 4, 2023
· 3 comments
Hello,
does anyone know what causes this exception:
Exception - Firebase\JWT\JWK::parseKeySet(): Argument #1 ($jwks) must be of type array, null given, called in [dirroot]/mod/lti/locallib.php on line 1368
it is raised when putting grades in moodle.
Thanks in advance
The text was updated successfully, but these errors were encountered:
I am getting this as well when I put in the keyset url, but not when I paste the key in directly in pem format. So, not sure what's causing it, but that might be a workaround for now.
I am getting this as well when I put in the keyset url, but not when I paste the key in directly in pem format. So, not sure what's causing it, but that might be a workaround for now.
Are you sure your JWKs URL is returning the right format? There's a bug in the examples, see #53
Hello,
does anyone know what causes this exception:
Exception - Firebase\JWT\JWK::parseKeySet(): Argument #1 ($jwks) must be of type array, null given, called in [dirroot]/mod/lti/locallib.php on line 1368
it is raised when putting grades in moodle.
Thanks in advance
The text was updated successfully, but these errors were encountered: