support additional/arbitrary JWK parameters

Issue #63 closed
Brian Campbell repo owner created an issue

Currently the JsonWebKey class hierarchy only deals with JWK parameters that it explicitly knows about. Custom or unknown parameters are discarded on parse or instantiation with the parameter map constructors. And there's no setters or anything to use if/when constructed with a key.

There should be some support for custom or unknown parameters. And maybe some hooks in SimpleJwkFilter too.

Comments (5)

  1. Brian Campbell reporter

    Actually, just going to make the changes to support for additional/arbitrary parameters in JsonWebKey, PublicJsonWebKey, EllipticCurveJsonWebKey, RsaJsonWebKey, and OctetSequenceJsonWebKey. Not going to take it further at this point to do anything with SimpleJwkFilter or selectors that use it.

  2. Log in to comment