Make the loginProcessingUrl configurable for saml2Login()
Fixes gh-7565 https://github.com/spring-projects/spring-security/issues/7565
This commit is contained in:
-2
@@ -51,7 +51,6 @@ import org.springframework.boot.SpringBootConfiguration;
|
||||
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
||||
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.http.MediaType;
|
||||
import org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationException;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
@@ -111,7 +110,6 @@ public class Saml2LoginIntegrationTests {
|
||||
|
||||
@SpringBootConfiguration
|
||||
@EnableAutoConfiguration
|
||||
@ComponentScan(basePackages = "sample")
|
||||
public static class SpringBootApplicationTestConfig {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user