-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Refactored Proof into a base interface with JwtProof and LdpVpProof as concrete implementations #39466
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
Conversation
…mplementations to support mutually exclusive proof types per OID4VCI spec, and removed CwtProof support as per Draft 14. Closes keycloak#31363 Signed-off-by: forkimenjeckayang <[email protected]>
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.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.forms.RegisterTest#registerUserSuccess_emailAsUsernameKeycloak CI - Forms IT (chrome) |
Captain-P-Goldfish
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.
Looks good.
But I just noticed that we do not seem to have a ticket for handling the proofs-attribute. I just created one: #39554
mposolda
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.
@forkimenjeckayang @IngridPuppet @Captain-P-Goldfish Thanks for the PR and review!
…mplementations to support mutually exclusive proof types per OID4VCI spec, and removed CwtProof support as per Draft 14. (keycloak#39466) Closes keycloak#31363 Closes keycloak#39271 Signed-off-by: forkimenjeckayang <[email protected]>
This PR refactors the
Proofclass to serve as a base interface that new proof types implement, aligning with the OID4VCI spec’s support for mutually exclusive proof types. Key changes include:Closes #31363
Closes #39271