-
Notifications
You must be signed in to change notification settings - Fork 17
Mdoc Cbor support #388
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
Mdoc Cbor support #388
Conversation
* feat: direct_post input normalization * fix: test bug
Added client metadata in authorization request and prevent private key leakage
Public Key Test DirectTrustJar
…llet-it-python into feat/mdoc_support
|
this PR must use the updates introduced by the EUDIW ref impl here: IdentityPython/pyMDOC-CBOR#8 they have unfortunately removed the CI (!) therefore I need you engaged in the general review of the pending PR and the fix of the failing tests (there) |
| response_uri: str, | ||
| authorization_config: dict, | ||
| nonce: str = "", | ||
| metadata: dict = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| metadata: dict = None, | |
| metadata: dict = {}, | |
| all_attributes = self._extract_all_user_attributes(attributes_by_issuer) | ||
| if is_sd_jwt_kb_format(vp_token): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this part must be refactored, since the RP know what it has previously requested using presentation definition or duckle query language
peppelinux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to use presentation submission or duckle query to map which vp token entry matches the corresponding credential format
|
The changes of this pr are moved on the PR #391 |
Depends on #387
Resolves #114
The changes of this pr are moved on the #391