Skip to content

Commit 54eb531

Browse files
committed
end of file
1 parent 26566bc commit 54eb531

31 files changed

+18
-42
lines changed

example/README

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ To generate new keys, run create_key.sh and follow its instructions.
3737

3838
There are alternate IdP and SP configs in idp2_repoze/ and sp-repoze/ that
3939
are still in flux; do not use them unless you know what you are doing.
40-

example/idp2/static/css/main.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/* Sample css file */
2-
-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/* Sample css file */
2-

example/sp-repoze/sp_conf.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ CONFIG = {
5050
},
5151
"loglevel": "debug",
5252
}
53-
}
53+
}

example/sp-repoze/sp_conf.py.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ CONFIG = {
4848
},
4949
"loglevel": "debug",
5050
}
51-
}
51+
}

src/saml2/data/schemas/envelope.xsd

-6
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,3 @@ The name and trademarks of copyright holders may NOT be used in advertising or p
118118
</xs:complexType>
119119

120120
</xs:schema>
121-
122-
123-
124-
125-
126-

src/saml2/data/schemas/saml-schema-authn-context-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
<xs:include schemaLocation="saml-schema-authn-context-types-2.0.xsd"/>
2222

23-
</xs:schema>
23+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-auth-telephony-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878

7979
</xs:redefine>
8080

81-
</xs:schema>
81+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-ip-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262

6363
</xs:redefine>
6464

65-
</xs:schema>
65+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-kerberos-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
</xs:redefine>
8282

83-
</xs:schema>
83+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-nomad-telephony-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878

7979
</xs:redefine>
8080

81-
</xs:schema>
81+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-pgp-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
</xs:redefine>
8282

83-
</xs:schema>
83+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-ppt-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878

7979
</xs:redefine>
8080

81-
</xs:schema>
81+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-pword-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161

6262
</xs:redefine>
6363

64-
</xs:schema>
64+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-session-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161

6262
</xs:redefine>
6363

64-
</xs:schema>
64+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-smartcard-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161

6262
</xs:redefine>
6363

64-
</xs:schema>
64+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-spki-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
</xs:redefine>
8282

83-
</xs:schema>
83+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-telephony-2.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676

7777
</xs:redefine>
7878

79-
</xs:schema>
79+
</xs:schema>

src/saml2/data/schemas/saml-schema-dce-2.0.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@
2626
<attribute name="Realm" type="anyURI"/>
2727
<attribute name="FriendlyName" type="string"/>
2828
</schema>
29-

src/saml2/data/schemas/saml-schema-x500-2.0.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717
</annotation>
1818
<attribute name="Encoding" type="string"/>
1919
</schema>
20-

src/saml2/data/schemas/sstc-metadata-attr.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
</choice>
2323
</complexType>
2424

25-
</schema>
25+
</schema>

src/saml2/data/schemas/sstc-saml-attribute-ext.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@
2222
<attribute name="LastModified" type="dateTime"/>
2323

2424
</schema>
25-

src/saml2/data/schemas/sstc-saml-metadata-algsupport-v1.0.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@
5151
</complexType>
5252

5353
</schema>
54-

src/saml2/data/schemas/sstc-saml-metadata-ui-v1.0.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@
9595
<element name="GeolocationHint" type="anyURI"/>
9696

9797
</schema>
98-

src/saml2/data/schemas/xenc-schema.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,3 @@
143143
</complexType>
144144

145145
</schema>
146-

tests/extra_lines.crt

-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ KQjjlfTQ5A052QeXfgTyO9vv1S6MRIi7qgiaEv49cGXnJv/TWbySkMKObPMUApjg
1212
6z8PqcxuShew5FCTkNvwhABFPiyu0fUj3e2FEPHfsBu76jz4ugtmhUqjqhzwFY9c
1313
tnWRkkl6J0AjM3LnHOSgjNIclDZG
1414
-----END CERTIFICATE-----
15-
16-
17-
18-
19-

tests/idp_test/config.py.example

-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ CONFIG = {
6868
"secret": "0123456789",
6969
"only_use_keys_in_metadata": False
7070
}
71-

tests/okta_assertion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<ns0:Assertion xmlns:ns0="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="id615445004975895274776851" IssueInstant="2018-03-07T01:08:39.444Z" Version="2.0"><ns0:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">http://www.okta.com/Issuer</ns0:Issuer><ns0:Subject><ns0:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">userName</ns0:NameID><ns0:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"><ns0:SubjectConfirmationData NotOnOrAfter="2018-03-07T01:13:39.448Z" Recipient="https://example.com" /></ns0:SubjectConfirmation></ns0:Subject><ns0:Conditions NotBefore="2018-03-07T01:03:39.448Z" NotOnOrAfter="2018-03-07T01:13:39.448Z"><ns0:AudienceRestriction><ns0:Audience>audience</ns0:Audience></ns0:AudienceRestriction></ns0:Conditions><ns0:AuthnStatement AuthnInstant="2018-03-07T01:08:39.444Z"><ns0:AuthnContext><ns0:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ns0:AuthnContextClassRef></ns0:AuthnContext></ns0:AuthnStatement><ns0:AttributeStatement><ns0:Attribute Name="name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"><ns0:AttributeValue xsi:type="xs:string">John Doe</ns0:AttributeValue></ns0:Attribute></ns0:AttributeStatement></ns0:Assertion>
2+
<ns0:Assertion xmlns:ns0="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="id615445004975895274776851" IssueInstant="2018-03-07T01:08:39.444Z" Version="2.0"><ns0:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">http://www.okta.com/Issuer</ns0:Issuer><ns0:Subject><ns0:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">userName</ns0:NameID><ns0:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"><ns0:SubjectConfirmationData NotOnOrAfter="2018-03-07T01:13:39.448Z" Recipient="https://example.com" /></ns0:SubjectConfirmation></ns0:Subject><ns0:Conditions NotBefore="2018-03-07T01:03:39.448Z" NotOnOrAfter="2018-03-07T01:13:39.448Z"><ns0:AudienceRestriction><ns0:Audience>audience</ns0:Audience></ns0:AudienceRestriction></ns0:Conditions><ns0:AuthnStatement AuthnInstant="2018-03-07T01:08:39.444Z"><ns0:AuthnContext><ns0:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ns0:AuthnContextClassRef></ns0:AuthnContext></ns0:AuthnStatement><ns0:AttributeStatement><ns0:Attribute Name="name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"><ns0:AttributeValue xsi:type="xs:string">John Doe</ns0:AttributeValue></ns0:Attribute></ns0:AttributeStatement></ns0:Assertion>

tests/okta_response.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ HNqK8QtNJ/JDEOhBr/Eo/MokRo4gtMNeLF/soveWNoNiUg==</ds:X509Certificate>
4444
<xenc:DataReference URI="#_09c17cde95c4d7b85e79b1e4fb70907c"/>
4545
</xenc:ReferenceList>
4646
</xenc:EncryptedKey>
47-
</saml2:EncryptedAssertion>
47+
</saml2:EncryptedAssertion>

tests/test_chain_with_linebreaks.pem

-3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ Nj7BFXk4AFBFBijaYJGgHmoKSImVgeNIvsV+BSv5HJ4q6vcxfnwuvvGHM0AGphYO
4646
6f5qtHMUgvAblI8M/2QsBgethaGrirtKJ3aCRLdaR2R1QfaGRpck/Ron5/MpMxiJ
4747
wLT8YlW/zjx2yNABhPSAjfzeMw==
4848
-----END CERTIFICATE-----
49-
50-
51-

tests/uu.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ ofiles:SSO:request-init"
187187
Location="https://akka-anv.uu.se/Shibboleth.sso/SAML/Artifact"
188188
index="12"/>
189189
</md:SPSSODescriptor>
190-
</md:EntityDescriptor>
190+
</md:EntityDescriptor>

0 commit comments

Comments
 (0)