Similar to 2a2925c, the IdToken field of a Group ID Token should not be required in the validation for the NoAuthorization token type, this can lead to errors with the OCTT when configured for NoAuthorization in their latest update, causing this library to send the following error:
[
4,
"2340948007",
"OccurrenceConstraintViolation",
"Field CallResult.Payload.IDTokenInfo.GroupIdToken.IdToken required but not found for feature TransactionEvent",
{}
]
Similar to 2a2925c, the IdToken field of a Group ID Token should not be required in the validation for the NoAuthorization token type, this can lead to errors with the OCTT when configured for NoAuthorization in their latest update, causing this library to send the following error: