@@ -66,6 +66,7 @@ public class Saml2JavaConfigurationITests {
this.webClient = MockMvcWebClientBuilder.mockMvcSetup(this.mvc)
.withDelegate(new LocalHostWebClient(this.environment)).build();
this.webClient.getCookieManager().clearCookies();
+ this.webClient.getOptions().setThrowExceptionOnScriptError(false);
}
@Test
@@ -104,6 +104,7 @@ public class OAuth2LoginApplicationTests {
@BeforeEach
void setup() {
@@ -50,6 +50,7 @@ public class Saml2LoginApplicationITests {
@@ -46,6 +46,7 @@ public class Saml2LoginApplicationITests {
@@ -67,6 +67,7 @@ public class Saml2XmlITests {