1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Remove redundant classes

Issue gh-17880
This commit is contained in:
Joe Grandja
2025-09-10 16:48:23 -04:00
parent 8399bc161d
commit 098574c50e
8 changed files with 26 additions and 377 deletions
@@ -191,7 +191,7 @@ public class OidcClientRegistrationTests {
public static void init() {
JWKSet jwkSet = new JWKSet(TestJwks.DEFAULT_RSA_JWK);
jwkSource = (jwkSelector, securityContext) -> jwkSelector.select(jwkSet);
clientJwkSet = new JWKSet(TestJwks.generateRsaJwk().build());
clientJwkSet = new JWKSet(TestJwks.generateRsa().build());
jwtClientAssertionEncoder = new NimbusJwtEncoder(
(jwkSelector, securityContext) -> jwkSelector.select(clientJwkSet));
db = new EmbeddedDatabaseBuilder().generateUniqueName(true)