per issue #236 charset is not needed and shouldn't be used with the application/json media type
Pull request updated. Reload
I wonder what the implications for conformance testing are here; the current ID2 tests would fail if the AS returns “Content-Type: application/json” and presumably the ID3 tests should fail if “Content-Type: application/json; charset=UTF-8” is returned, or do we want to be more generous than that?
My opinion is that the tests should be flexible if the charset is included or not
Yeah, I agree with Dave there.
Ticket raised to update the tests as per Dave/Brian’s comments: https://gitlab.com/openid/conformance-suite/issues/632