File tree Expand file tree Collapse file tree
src/main/java/org/oidc/msg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ public class AuthenticationRequest extends AuthorizationRequest {
3131 paramVerDefs .put ("request" , ParameterVerification .SINGLE_OPTIONAL_STRING .getValue ());
3232 paramVerDefs .put ("request_uri" , ParameterVerification .SINGLE_OPTIONAL_STRING .getValue ());
3333 paramVerDefs .put ("response_mode" , ParameterVerification .SINGLE_OPTIONAL_STRING .getValue ());
34+ // TODO: Roland has SINGLE_OPTIONAL_CLAIMSREQ. Do we get by with MESSAGE?
35+ paramVerDefs .put ("claims" , ParameterVerification .SINGLE_OPTIONAL_MESSAGE .getValue ());
3436
35- // TODO: "claims"
36- // paramVerDefs.put("claims", ParameterVerification.SINGLE_OPTIONAL_CLAIMSREQ.getValue());
3737 // TODO: Roland has this "registration" parameter, what is it?
3838 // paramVerDefs.put("registration", ParameterVerification.SINGLE_OPTIONAL_JSON.getValue());
3939
You can’t perform that action at this time.
0 commit comments