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

fix: support VP without VCs in IdentityAndTrustService #4818

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bscholtes1A
Copy link
Contributor

What this PR changes/adds

Support VPs without VCs in IdentityAndTrustService.

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #4807

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@bscholtes1A bscholtes1A added the bug Something isn't working label Feb 12, 2025
Copy link
Member

@paullatzelsperger paullatzelsperger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot introspect the accessToken on the Verifier side, because its shape is undefined.

@bscholtes1A bscholtes1A force-pushed the fix/4807_iatp_support_vp_without_vcs branch from dec32b2 to fa6417a Compare February 18, 2025 13:32
@bscholtes1A bscholtes1A force-pushed the fix/4807_iatp_support_vp_without_vcs branch from fa6417a to 6c1b760 Compare February 18, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IdentityAndTrustService does not support presentations with no VC
2 participants