Skip to content

Commit e85848d

Browse files
authored
Merge pull request #148 from timlegge/master
remove eol spaces
2 parents 11d39de + cf8991a commit e85848d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/data/idp-samlid-metadata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- The entity describing the SAMLtest IdP, named by the entityID below -->
1+
<!-- The entity describing the SAMLtest IdP, named by the entityID below -->
22

33
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" ID="SAMLtestIdP" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" validUntil="2100-01-01T00:00:42Z" entityID="https://samltest.id/saml/idp">
44

@@ -7,12 +7,12 @@
77
<Extensions>
88
<!-- An enumeration of the domains this IdP is able to assert scoped attributes, which are
99
typically those with a @ delimiter, like mail. Most IdP's serve only a single domain. It's crucial
10-
for the SP to check received attribute values match permitted domains to prevent a recognized IdP from
10+
for the SP to check received attribute values match permitted domains to prevent a recognized IdP from
1111
sending attribute values for which a different recognized IdP is authoritative. -->
1212
<shibmd:Scope regexp="false">samltest.id</shibmd:Scope>
1313

1414
<!-- Display information about this IdP that can be used by SP's and discovery
15-
services to identify the IdP meaningfully for end users -->
15+
services to identify the IdP meaningfully for end users -->
1616
<mdui:UIInfo>
1717
<mdui:DisplayName xml:lang="en">SAMLtest IdP</mdui:DisplayName>
1818
<mdui:Description xml:lang="en">A free and basic IdP for testing SAML deployments</mdui:Description>
@@ -106,7 +106,7 @@ zBDsMIEzRtQZm4GIoHJae4zmnCekkQ==
106106
<ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://samltest.id/idp/profile/SAML2/SOAP/ArtifactResolution" index="1" />
107107

108108
<!-- A set of endpoints where the IdP can receive logout messages. These must match the public
109-
facing addresses if this IdP is hosted behind a reverse proxy. -->
109+
facing addresses if this IdP is hosted behind a reverse proxy. -->
110110
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://samltest.id/idp/profile/SAML2/Redirect/SLO"/>
111111
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://samltest.id/idp/profile/SAML2/POST/SLO"/>
112112
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://samltest.id/idp/profile/SAML2/POST-SimpleSign/SLO"/>

0 commit comments

Comments
 (0)