Messages 5.3 Check ID Request Verification

Issue #380 resolved
John Bradley created an issue

The Authorization Server MUST check that the d_token parameter is present and that if it is signed, it MUST be verify the signature according to Section 5 of

Our default signature alg is HS256 so the endpoint can't be stateless. It needs to lookup the client secret to validate the token before responding. The Check ID endpoint not properly checking would be a major Fail. I will add some warning text.

The alternatives are: 1 making asymmetric the default.
2 eliminating Check ID 3 Live with state full.

Comments (3)

  1. Log in to comment