Closed ydanneg closed 6 months ago
According to ISO/IEC 18013-5:2021 and your own documentation sessionTranscript structure is an array type containing following elements:
sessionTranscript
array
But current implementation have the wrong structure that contains only Handover element: https://github.com/open-eid/eudi-qeaa-rp-mock/blob/400eee71c20c28e1885bc947e53865ec20ac7cd7/src/main/java/ee/ria/eudi/qeaa/rp/util/MDocUtil.java#L72-L73
Related issue open-eid/eudi-qeaa-wallet-mock#5
According to ISO/IEC 18013-5:2021 and your own documentation
sessionTranscript
structure is anarray
type containing following elements:But current implementation have the wrong structure that contains only Handover element: https://github.com/open-eid/eudi-qeaa-rp-mock/blob/400eee71c20c28e1885bc947e53865ec20ac7cd7/src/main/java/ee/ria/eudi/qeaa/rp/util/MDocUtil.java#L72-L73