OpenID Connect Federation 1.0: requred header "typ" not stated in Resolve Response specifications

Issue #416 invalid
Pasquale Barbaro created an issue

The class ResolveStatement (package com.nimbusds.openid.connect.sdk.federation.api) is based on section 7.2.2 (Resolve Response) of https://openid.net/specs/openid-connect-federation-1_0.html.
Its method verifySignature(final JWKSet jwkSet) (in addition to other things) verifies that the typ header is equal to resolve-response+jwt, but this is not explicitly stated in the specifications linked above (while it is, for example, for Entity Statement in section 3.1).

Comments (3)

  1. Pasquale Barbaro reporter

    Thanks for your replies. Hope the ticket you opened will make this specification clearer for everybody

  2. Log in to comment