Polish gh-1345

This commit is contained in:
Joe Grandja
2023-10-11 12:04:44 -04:00
parent 9109d3714b
commit 6d21a65ff4
2 changed files with 11 additions and 12 deletions

View File

@@ -402,6 +402,7 @@ public class OidcClientRegistrationTests {
.andReturn();
}
// gh-1344
@Test
public void requestWhenClientRegistersWithClientSecretJwtThenClientAuthenticationSuccess() throws Exception {
this.spring.register(AuthorizationServerConfiguration.class).autowire();