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

feat: [EUDIW-209] Add Remote presentation for Potential #174

Draft
wants to merge 9 commits into
base: eudiw-master
Choose a base branch
from

Conversation

manuraf
Copy link

@manuraf manuraf commented Jan 15, 2025

List of Changes

  • Move verifyTokenSignature to dedicated method which is executed after getting Request Object
  • Added the ability to fetch a presentation definition from multiple sources, including directly from the request object, from a URI in the Relying Party (RP) configuration, or based on the scope.
  • Extended evaluateInputDescriptionForSdJwt4VC() to enforce required/optional fields and validate JSON schema filters on disclosed claims.
  • Implemented limit_disclosure handling to restrict data revealed to only those fields explicitly required.
  • Replaced the old sendAuthorizationResponse flow with a new module that supports both direct post and encrypted direct post (JWT) response modes.
  • Updated documentation, code structure, and tests to reflect these new capabilities and ensure better maintainability.

Motivation and Context

These changes are specifically targeted for the Potential use case and some logic are been made in order to support also the Italian specification.

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@github-actions github-actions bot added the feat label Jan 15, 2025
@manuraf manuraf changed the title feat: [EUDIW-209] Add Remote presentation for Potential specs feat: [EUDIW-209] Add Remote presentation for Potential Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant