Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowed empty group ID tokens for NoAuthorization token type #250

Merged

Conversation

Jonesywolf
Copy link
Contributor

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",
  {}
]

@lorenzodonini lorenzodonini merged commit 4721000 into lorenzodonini:master Mar 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants