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
When using the https://github.com/firebase/php-jwt/blob/main/src/JWK.php#L55parseKeySet function with a list of jwks which contains keys with unsupported algorithms, for example when using this lib with Keycloak for OIDC then the method does not complete to build a list because of the exceptions that are thrown in the parseKey function.
When using the https://github.com/firebase/php-jwt/blob/main/src/JWK.php#L55
parseKeySet
function with a list of jwks which contains keys with unsupported algorithms, for example when using this lib with Keycloak for OIDC then the method does not complete to build a list because of the exceptions that are thrown in theparseKey
function.An example keyset to try:
The text was updated successfully, but these errors were encountered: