|
|
|
|
@ -45,7 +45,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@@ -45,7 +45,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
@ExtendWith(SpringExtension.class) |
|
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) |
|
|
|
|
@AutoConfigureMockMvc |
|
|
|
|
public class FeaturedAuthorizationServerApplicationTests { |
|
|
|
|
public class DemoAuthorizationServerApplicationTests { |
|
|
|
|
private static final String REDIRECT_URI = "http://127.0.0.1:8080/login/oauth2/code/messaging-client-oidc"; |
|
|
|
|
|
|
|
|
|
private static final String AUTHORIZATION_REQUEST = UriComponentsBuilder |