JARM JWE-only language is not consistent with JARM

Issue #1863 resolved
Oliver Terbu created an issue

The current extension of JARM to use JWE only (with no JWS) is not consistent with the JARM spec. We should omit iss, aud an exp in the JWT Claims Set if only JWE was used. Furthermore, processing rules defined in JARM regarding JWS and these claims don’t apply.

Comments (4)

  1. Oliver Terbu reporter

    `iss`, aud and exp don’t really have value if JWE only is used. We should make: iss, aud and exp optional and explicitly state which processing rules defined in JARM don’t apply for those claims and for checking the JWS signature.

  2. Log in to comment