Skip to content

Commit e25bc70

Browse files
author
Roland Hedberg
committed
Updated time stamps in test file
1 parent 8e73e29 commit e25bc70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/saml_false_signed.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ns0:Response xmlns:ns0="urn:oasis:names:tc:SAML:2.0:protocol" Destination="http://lingon.catalogix.se:8087/" ID="_5271694c3be6883137377fb076355c4bc97f28b3c1" InResponseTo="bahigehogffohiphlfmplepdpcohkhhmheppcdie" IssueInstant="2014-05-04T09:59:39Z" Version="2.0">
2+
<ns0:Response xmlns:ns0="urn:oasis:names:tc:SAML:2.0:protocol" Destination="http://lingon.catalogix.se:8087/" ID="_5271694c3be6883137377fb076355c4bc97f28b3c1" InResponseTo="bahigehogffohiphlfmplepdpcohkhhmheppcdie" IssueInstant="2014-10-04T09:59:39Z" Version="2.0">
33
<ns1:Issuer xmlns:ns1="urn:oasis:names:tc:SAML:2.0:assertion">urn:mace:example.com:saml:roland:idp</ns1:Issuer>
44
<ns0:Status>
55
<ns0:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/>
66
</ns0:Status>
7-
<ns1:Assertion xmlns:ns1="urn:oasis:names:tc:SAML:2.0:assertion" ID="pfx9e022535-4b38-cc7f-41ec-9a01bcd2936d" IssueInstant="2014-05-04T09:59:39Z" Version="2.0">
7+
<ns1:Assertion xmlns:ns1="urn:oasis:names:tc:SAML:2.0:assertion" ID="pfx9e022535-4b38-cc7f-41ec-9a01bcd2936d" IssueInstant="2014-10-04T09:59:39Z" Version="2.0">
88
<ns1:Issuer>urn:mace:example.com:saml:roland:idp</ns1:Issuer>
99
<ns2:Signature xmlns:ns2="http://www.w3.org/2000/09/xmldsig#">
1010
<ns2:SignedInfo>
@@ -49,15 +49,15 @@ OmuMZY0K6ERY4fNVnGEAoUZeieehC6/ljmfk14xCAlE=</ns2:SignatureValue>
4949
_cddc88563d433f556d4cc70c3162deabddea3b5019
5050
</ns1:NameID>
5151
<ns1:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
52-
<ns1:SubjectConfirmationData InResponseTo="bahigehogffohiphlfmplepdpcohkhhmheppcdie" NotOnOrAfter="2014-05-04T09:59:39Z" Recipient="http://xenosmilus.umdc.umu.se:8087/login"/>
52+
<ns1:SubjectConfirmationData InResponseTo="bahigehogffohiphlfmplepdpcohkhhmheppcdie" NotOnOrAfter="2014-10-04T09:59:39Z" Recipient="http://xenosmilus.umdc.umu.se:8087/login"/>
5353
</ns1:SubjectConfirmation>
5454
</ns1:Subject>
55-
<ns1:Conditions NotBefore="2014-05-04T09:59:39Z" NotOnOrAfter="2024-05-04T09:59:39Z">
55+
<ns1:Conditions NotBefore="2014-10-04T09:59:39Z" NotOnOrAfter="2024-05-04T09:59:39Z">
5656
<ns1:AudienceRestriction>
5757
<ns1:Audience>urn:mace:example.com:saml:roland:sp</ns1:Audience>
5858
</ns1:AudienceRestriction>
5959
</ns1:Conditions>
60-
<ns1:AuthnStatement AuthnInstant="2014-05-04T09:59:39Z" SessionIndex="_788db107b9bb1b6ab94f00deebbfe3d92c999b3041">
60+
<ns1:AuthnStatement AuthnInstant="2014-10-04T09:59:39Z" SessionIndex="_788db107b9bb1b6ab94f00deebbfe3d92c999b3041">
6161
<ns1:AuthnContext>
6262
<ns1:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:Password</ns1:AuthnContextClassRef>
6363
</ns1:AuthnContext>

tests/test_41_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ def test_other_response(self):
133133
if __name__ == "__main__":
134134
t = TestResponse()
135135
t.setup_class()
136-
t.test_other_response()
136+
t.test_false_sign()

0 commit comments

Comments
 (0)