bonampak opened a new pull request, #1224: URL: https://github.com/apache/knox/pull/1224
[KNOX-3258](https://issues.apache.org/jira/browse/KNOX-3258) - Fix OIDC client login ## What changes were proposed in this pull request? Updating oauth2-oidc-sdk to 9.13 to fix nimbus-jose-jwt:10.0.2 and pac4j-oidc:4.5.6 incompatibility Adding integration test with testcontainers keycloak. ## How was this patch tested? Manual test and integration test. ## Integration Tests See Pac4jProviderOidcClientTest. Before the library upgrade, the test fails with expected exception: java.lang.NoSuchMethodError: com.nimbusds.jwt.JWTClaimsSet.toJSONObject()Lnet/minidev/json/JSONObject After the library upgrade, the test succeeds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
