Messages - 2.3.1.2 Parameters in request object

Issue #378 resolved
Nat Sakimura created an issue

At one time, it was stated that parameters in request object takes precedence over the parameters in the query parameters.

This was replaced with all the parameters has to be in the request object.

It should be reverted back.

(This is in relation to nonce in request file.)

Comments (5)

  1. John Bradley
    • changed status to new

    I also made client_id and redirect_uri optional.

    If those are also going to be quite dynamic. If the client is just using the JWT to pass some static set of claim requests having to create large numbers of request files is annoying.

  2. Log in to comment