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
if ($requestIssueInstantTime > $issueInstantTime + $security['clockSkewTolerance']) {
156
+
thrownewOneLogin_Saml2_ValidationError(
157
+
"The IssueInstant of the Logout Response: $issueInstant is not equal or later than the IssueInstant of the Logout Request: $requestIssueInstant (considering the configured clock skew)",
if ($requestIssueInstantTime > $issueInstantTime + $security['clockSkewTolerance']) {
187
+
thrownewOneLogin_Saml2_ValidationError(
188
+
"The IssueInstant of the Response: $issueInstant is not equal or later than the IssueInstant of the Request: $requestIssueInstant (considering the configured clock skew)",
0 commit comments