Replies: 1 comment 7 replies
-
Sure it can, it just needs to be used correctly as if you were passing it as a resolvekey function to a verifier that, when invoked, gets a parsed JOSE Header as its first argument based on which the key is selected from the set.
Use of this member is OPTIONAL, given the inconsistencies between runtimes it's better for consistency to strip it. You can always add the property yourself. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the following error when I try to generate a new key pair and set it up in a JWKS.
JOSENotSupported: Unsupported "alg" value for a JSON Web Key Set
I notice that the output of exportJWK do not even have an
alg
property, which doesn't seem like it is is actually complying with RFC 7517 for a JWK. Is this expected?Node version 20.5.0
Mac OS 14.7.1
Beta Was this translation helpful? Give feedback.
All reactions