FAPI part 2: Request object POST should have Content-Type: application/jose

Issue #222 resolved
Vladimir Dzhuvinov created an issue

The example has "application/jws":

https://openid.net/specs/openid-financial-api-part-2-ID2.html#request

The proper content type is "application/jose":

https://tools.ietf.org/html/rfc7515#section-9.2.1

I suppose "application/jwt" could also work:

https://tools.ietf.org/html/rfc7519#section-10.3.1

Comments (5)

  1. Dave Tonge

    Thanks - this is a good point.

    We want to split this part into a new draft, so I’ll leave this issue open for now.

  2. Log in to comment