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

Allow null apu or apv in OpenID4VP Response #813

Conversation

suzannajiwani
Copy link
Contributor

When a wallet did not provide the apu or apv JWE header parameters in the response, the verifier would respond with status code (400). To instead allow the verifier to continue parsing the response, the apu and apv are checked to see if null and if so, are not added to the sessionTranscript.

Tested manually against a modified wallet which did not set apu and apv.

When a wallet did not provide the apu or apv JWE header
parameters in the response, the verifier would respond with
status code (400). To instead allow the verifier to continue
parsing the response, the apu and apv are checked to see if
null and if so, are not added to the sessionTranscript.

Tested manually against a modified wallet which did
not set apu and apv.

Signed-off-by: Suzanna Jiwani <[email protected]>
@suzannajiwani suzannajiwani merged commit a366d57 into openwallet-foundation-labs:main Dec 4, 2024
3 checks passed
@suzannajiwani suzannajiwani deleted the verifier-null-apv branch December 4, 2024 16:50
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