We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd50471 commit 8212ca7Copy full SHA for 8212ca7
1 file changed
modules/saml/src/IdP/SAML2.php
@@ -1298,7 +1298,7 @@ private static function buildAssertion(
1298
}
1299
1300
$conditions = new Conditions(
1301
- notBefore: SAMLDateTimeValue::fromDateTime($now->sub(new DateInterval('30s'))),
+ notBefore: null,
1302
notOnOrAfter: SAMLDateTimeValue::fromDateTime(
1303
$now->add(new DateInterval(sprintf('%ds', $assertionLifetime))),
1304
),
0 commit comments