eu-digital-identity-wallet / eudi-lib-ios-wallet-kit

This repository contains the EUDI Wallet Kit library for iOS. The library is a part of the EUDI Wallet Reference Implementation project.
https://eu-digital-identity-wallet.github.io/eudi-lib-ios-wallet-kit/
Apache License 2.0
11 stars 14 forks source link

APU header missing in OID4VP response #104

Closed thomasnymand closed 1 month ago

thomasnymand commented 1 month ago

Hi,

Seems as if this change left out the "apu" header necessary for validating the document signature at verifier? Is this header available somewhere else in the response?

Br, Thomas Nymand

Originally posted by @thomasnymand in b97c79a

phisakel commented 1 month ago

Hi @thomasnymand, the header is now again present in the response. Tag v0.7.0

thomasnymand commented 1 month ago

Perfect, thanks :)