Skip to content

Commit dc4ad16

Browse files
committed
sed -i 's/ns3/samlp/g' $(git grep -l 'xmlns:ns3="urn:oasis:names:tc:SAML:2.0:protocol"')
1 parent f7d46c3 commit dc4ad16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/ecp_soap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"
22
xmlns:ns1="urn:liberty:paos:2003-08"
33
xmlns:ns2="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
4-
xmlns:ns3="urn:oasis:names:tc:SAML:2.0:protocol"
4+
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
55
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">
66
<ns0:Header>
77
<ns1:Request responseConsumerURL="https://sp.example.org/PAOSConsumer"
@@ -11,18 +11,18 @@
1111
<ns2:Request ProviderName="Example Service Provider"
1212
ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
1313
ns0:mustUnderstand="1">
14-
<ns3:IDPList>
15-
<ns3:IDPEntry Loc="https://idp.example.org/saml2/sso"
14+
<samlp:IDPList>
15+
<samlp:IDPEntry Loc="https://idp.example.org/saml2/sso"
1616
Name="Example identity provider"
1717
ProviderID="https://idp.example.org/entity"/>
18-
</ns3:IDPList>
18+
</samlp:IDPList>
1919
<saml:Issuer>https://sp.example.org/entity</saml:Issuer>
2020
</ns2:Request>
2121
<ns2:RelayState ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
2222
ns0:mustUnderstand="1">ABCDEFGHI01234567
2323
</ns2:RelayState>
2424
</ns0:Header>
2525
<ns0:Body>
26-
<ns3:AuthnRequest/>
26+
<samlp:AuthnRequest/>
2727
</ns0:Body>
2828
</ns0:Envelope>

0 commit comments

Comments
 (0)