We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e269c3 commit 9964363Copy full SHA for 9964363
1 file changed
src/main/java/org/oidc/msg/oidc/OpenIDSchema.java
@@ -74,8 +74,8 @@ public class OpenIDSchema extends ResponseMessage implements CryptoMessage {
74
// TODO:ADDRESS MESSAGE CLASS ?
75
paramVerDefs.put("address", ParameterVerification.SINGLE_OPTIONAL_STRING.getValue());
76
paramVerDefs.put("updated_at", ParameterVerification.SINGLE_OPTIONAL_INT.getValue());
77
- paramVerDefs.put("_claim_names", ParameterVerification.SINGLE_OPTIONAL_STRING.getValue());
78
- paramVerDefs.put("_claim_sources", ParameterVerification.SINGLE_OPTIONAL_STRING.getValue());
+ paramVerDefs.put("_claim_names", ParameterVerification.SINGLE_OPTIONAL_MAP.getValue());
+ paramVerDefs.put("_claim_sources", ParameterVerification.SINGLE_OPTIONAL_MAP.getValue());
79
80
}
81
0 commit comments