-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[OID4VCI] Always Return Array for Credential Responses #40409
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
Closes keycloak#39283 Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
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.cluster.ClientScopeInvalidationClusterTest#crudWithFailover
|
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
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 to me
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 @Captain-P-Goldfish @francis-pouatcha Thanks for the PR and the review!
This PR updates the Keycloak OID4VCI implementation to comply with the latest OID4VCI specification, ensuring that the
credentials
field in the credential response is always an array (even for a single credential).CredentialResponse Model:
credentials
is always a list of credential objects.Issuer Endpoint:
Closses Ticket
transaction_id
#39283