Skip to content

Commit b3db70f

Browse files
committed
claims param added
1 parent 3da5737 commit b3db70f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/oidc/msg/AuthenticationRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)