You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that the data field in MessageRequestObject is base64URL encoded and decoded.
Jackson automatically base64 encode/decode, but base64URL should be verified.
Acceptance criteria
The data field in MessageRequestObject is base64URL encoded and decoded
Tasks
Check if the byte[] are already automatically base64URL encoded or not
If it is not the case, add the decoding and decoding.
The text was updated successfully, but these errors were encountered:
* Identity Hub CLI
* Add test for buildSignedJwt
* Rename test util class for CLI
* Consolidate test
* Remove unused import
* Checkstyle
* Make test fields private
* Reduce visibility of util class
* Checkstyle
* Make static variables final
Feature #13
Description
Make sure that the data field in MessageRequestObject is base64URL encoded and decoded.
Jackson automatically base64 encode/decode, but base64URL should be verified.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: