Upped the time slack, should I rather have a 'don't care about the time validity' ?
This commit is contained in:
@@ -12,7 +12,8 @@ from saml2.sigver import SignatureError
|
|||||||
|
|
||||||
FALSE_ASSERT_SIGNED = "saml_false_signed.xml"
|
FALSE_ASSERT_SIGNED = "saml_false_signed.xml"
|
||||||
|
|
||||||
TIMESLACK = 2592000 # Roughly 3 month
|
TIMESLACK = 10000000 # Roughly +- 6 month
|
||||||
|
|
||||||
|
|
||||||
def _eq(l1, l2):
|
def _eq(l1, l2):
|
||||||
return set(l1) == set(l2)
|
return set(l1) == set(l2)
|
||||||
|
Reference in New Issue
Block a user