Encoding of Issuer Initiated Issuance Requests

Issue #1689 closed
Torsten Lodderstedt created an issue

The question came up how we best encode IIIRs. We started with URI encoding, now changed in PR#240 to JSON (to convey an array in a robust fashion). But we could also use a hybrid approach, like OpenID Connect Core choose with the claims parameter. Additionally, there is the question how to encode the JSON pieces, URL encoding or Base64URL encoding.

Comments (4)

  1. Kristina Yasuda

    sorry, why is claims parameter relevant here?

    Why can’t we have one approach of a base64url encoded JSON object?

  2. Michael Jones

    I think the current use of a JSON object, and encoding it with form-url encoding for transmission, is a good solution.

  3. Log in to comment