Query parameter serialization

Issue #1675 resolved
Andrii Deinega created an issue

All query parameters in

  1. Fetch Entity Statements Request
  2. Resolve Request
  3. Trust Mark Status Request

should be serialized using the application/x-www-form-urlencoded format.

https://openid.net/specs/openid-connect-core-1_0.html#QuerySerialization is how the OpenID Connect spec does it.

Comments (4)

  1. Roland Hedberg

    I don’t think we are explicit about that but all the examples uses it. So it’s implicit.

  2. Log in to comment