Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Invalid Claim Set



ERROR: 20154

error-20154 page anchor
PLATFORM
ERROR

Invalid Claim Set

invalid-claim-set page anchor

The JWT could be parsed, but the claims in the payload section are invalid.

Possible Causes

possible-causes page anchor
  • One of the required claims is missing.
  • For JWTs used as part of Public Key Client Validation, we require two custom claims:
  • “hrh” - HTTP headers that were included when calculating the request hash
  • “rqh” - The hash of the HTTP request
  • Make sure you are using the latest Twilio Helper Library
  • For the details on JWTs used as part of Public Key Client Validation, see the documentation
  • To check whether the JWT is structurally correct, you can use the tools available at jwt.io.

Rate this page: