-
Notifications
You must be signed in to change notification settings - Fork 8k
[OID4VCI] Add OID4VC tests to FIPS suite #45384
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
forkimenjeckayang
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.
LGTM
tdiesler
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.
LGTM
|
@Awambeng Thanks for adding the tests! Sorry to ask this, but is it please possible to do some "dummy" change in some Java file to actually make sure that FIPS tests (and other tests) would be triggered for this PR? For example just comment somewhere or add an empty line. As the CI was not triggered for this PR due it has changes only in the Alternatively, you can try to adjust the GH action configurations and make sure that change in the Will be also good to rebase the PR. |
- This commit introduces two new tests, OID4VCJWTIssuerEndpointTest and OID4VCSdJwtIssuingEndpointTest, to the FIPS test suite, enhancing the coverage for OID4VC functionality. Closes keycloak#44105 Signed-off-by: Awambeng Rodrick <[email protected]> Address @IngridPuppet review comment Signed-off-by: Awambeng Rodrick <[email protected]>
Signed-off-by: Awambeng Rodrick <[email protected]>
@mposolda Done. |
|
@Awambeng Thanks! |
This commit introduces two new tests, OID4VCJWTIssuerEndpointTest, OID4VCSdJwtIssuingEndpointTest, OID4VCJwtAuthorizationCodeFlowTest and OID4VCSdJwtAuthorizationCodeFlowTest, to the FIPS test suite, enhancing the coverage for OID4VC functionality.
Closes #44105