~corey.bryant/ubuntu/wily/python-pysaml2/3.0.0

« back to all changes in this revision

Viewing changes to tests/ecp_soap.xml

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-09-08 16:11:53 UTC
  • Revision ID: package-import@ubuntu.com-20140908161153-vms9r4gu0oz4v4ai
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"
 
2
              xmlns:ns1="urn:liberty:paos:2003-08"
 
3
              xmlns:ns2="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
 
4
              xmlns:ns3="urn:oasis:names:tc:SAML:2.0:protocol"
 
5
              xmlns:ns4="urn:oasis:names:tc:SAML:2.0:assertion">
 
6
    <ns0:Header>
 
7
        <ns1:Request responseConsumerURL="https://sp.example.org/PAOSConsumer"
 
8
                     service="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
 
9
                     ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
 
10
                     ns0:mustUnderstand="1"/>
 
11
        <ns2:Request ProviderName="Example Service Provider"
 
12
                     ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
 
13
                     ns0:mustUnderstand="1">
 
14
            <ns3:IDPList>
 
15
                <ns3:IDPEntry Loc="https://idp.example.org/saml2/sso"
 
16
                              Name="Example identity provider"
 
17
                              ProviderID="https://idp.example.org/entity"/>
 
18
            </ns3:IDPList>
 
19
            <ns4:Issuer>https://sp.example.org/entity</ns4:Issuer>
 
20
        </ns2:Request>
 
21
        <ns2:RelayState ns0:actor="http://schemas.xmlsoap.org/soap/actor/next"
 
22
                        ns0:mustUnderstand="1">ABCDEFGHI01234567
 
23
        </ns2:RelayState>
 
24
    </ns0:Header>
 
25
    <ns0:Body>
 
26
        <ns3:AuthnRequest/>
 
27
    </ns0:Body>
 
28
</ns0:Envelope>
 
 
b'\\ No newline at end of file'