eu-digital-identity-wallet / eudi-lib-ios-siop-openid4vp-swift

Implementation of SIOPv2 and OpenID4VP protocols (wallet's role) in SWIFT
Apache License 2.0
3 stars 3 forks source link

ResolvedRequestData should include parsed Relying Party name #39

Closed dtsiflit closed 3 months ago

dtsiflit commented 4 months ago

According to ARF Wallet must show Relying Party name taken from RP Instance's Certificate.

Issue: Currently there is no way to get access to RP certs when using authorization resolver.

Edit: Similar to this