You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertResponseValid(settings, samlResponseEncoded, false, false, "No Signature found. SAML Response rejected");
1057
-
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response - SubjectConfirmationData has an invalid InResponseTo value");
1057
+
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response: SubjectConfirmationData has an invalid InResponseTo value");
1058
1058
}
1059
1059
1060
1060
@Test
@@ -1063,7 +1063,7 @@ public void testIsValidSubjectConfirmation_invalidRecipient() throws Exception {
assertResponseValid(settings, samlResponseEncoded, false, false, "No Signature found. SAML Response rejected");
1066
-
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response - SubjectConfirmationData doesn't match a valid Recipient");
1066
+
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response: SubjectConfirmationData doesn't match a valid Recipient");
1067
1067
}
1068
1068
1069
1069
@Test
@@ -1072,7 +1072,7 @@ public void testIsValidSubjectConfirmation_noLongerValid() throws Exception {
assertResponseValid(settings, samlResponseEncoded, false, false, "No Signature found. SAML Response rejected");
1075
-
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response - SubjectConfirmationData is no longer valid");
1075
+
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response: SubjectConfirmationData is no longer valid");
1076
1076
}
1077
1077
1078
1078
@Test
@@ -1081,7 +1081,7 @@ public void testIsValidSubjectConfirmation_notYetValid() throws Exception {
assertResponseValid(settings, samlResponseEncoded, false, false, "No Signature found. SAML Response rejected");
1084
-
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response - SubjectConfirmationData is not yet valid");
1084
+
assertResponseValid(settings, samlResponseEncoded, true, false, "A valid SubjectConfirmation was not found on this Response: SubjectConfirmationData is not yet valid");
1085
1085
}
1086
1086
1087
1087
@Test
@@ -1094,7 +1094,7 @@ public void testIsValidSubjectConfirmation_missingRecipient() throws Exception {
0 commit comments