deb-python-pysaml2/tests/ecp_soap.xml
Hank Leininger 8649822e08
Various spelling/grammar tweaks and typo fixes.
Usually just a word or punctuation; occasionally I rewrote a sentence
if I had a hard time determining what was meant by the original. (N.B.
if I misunderstood something, then my re-wording will be wrong!)

Also added eol to many files that were missing it, which throws off
'cat somefile' at a shell prompt (but did not yet touch anything under
src/, which also has many files without eol).

I did not re-line-wrap the text I changed, so that the diffs are
minimized and meaningful changes are easier to spot.
2014-04-02 04:13:34 -04:00

29 lines
1.4 KiB
XML

<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="urn:liberty:paos:2003-08"
xmlns:ns2="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
xmlns:ns3="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns:ns4="urn:oasis:names:tc:SAML:2.0:assertion">
<ns0:Header>
<ns1:Request responseConsumerURL="https://sp.example.org/PAOSConsumer"
service="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
ns0:mustUnderstand="1"/>
<ns2:Request ProviderName="Example Service Provider"
ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
ns0:mustUnderstand="1">
<ns3:IDPList>
<ns3:IDPEntry Loc="https://idp.example.org/saml2/sso"
Name="Example identity provider"
ProviderID="https://idp.example.org/entity"/>
</ns3:IDPList>
<ns4:Issuer>https://sp.example.org/entity</ns4:Issuer>
</ns2:Request>
<ns2:RelayState ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
ns0:mustUnderstand="1">ABCDEFGHI01234567
</ns2:RelayState>
</ns0:Header>
<ns0:Body>
<ns3:AuthnRequest/>
</ns0:Body>
</ns0:Envelope>