summaryrefslogtreecommitdiffstats
path: root/tests/data/sp7-saml2/metadata.xml
blob: 227b5e0b6154de5b77f465cbd1be229441b2df55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
    xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
    xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
    entityID="http://sp7/metadata">
<SPSSODescriptor
    AuthnRequestsSigned="true"
    protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">

<KeyDescriptor use="signing">
    <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
      <ds:KeyValue>-----BEGIN PUBLIC KEY-----
MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAN0uVeOaTMQjhFlwGv/yBiGOdHDwiHb3
BD+ALxLgfcd9LpbAePbKk4Tx/juoEEPT3guQD0zyg0IcqkXO/JxrPa0CAwEAAQ==
-----END PUBLIC KEY-----</ds:KeyValue>
    </ds:KeyInfo>
  </KeyDescriptor>

  <SingleLogoutService
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
    Location="http://sp7/singleLogoutSOAP" />
  <SingleLogoutService
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
    Location="http://sp7/singleLogout"
    ResponseLocation="http://sp7/singleLogoutReturn" />
  <ManageNameIDService
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
    Location="http://sp7/manageNameIdSOAP" />
  <ManageNameIDService
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
    Location="http://sp7/manageNameId"
    ResponseLocation="http://sp7/manageNameIdReturn" />
  <AssertionConsumerService isDefault="true" index="0"
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
    Location="http://sp7/singleSignOnArtifact" />
  <AssertionConsumerService index="1"
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
    Location="http://sp7/singleSignOnPost" />
  <AssertionConsumerService index="2"
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
    Location="http://sp7/singleSignOnSOAP" />
</SPSSODescriptor>
<Organization>
   <OrganizationName xml:lang="en">Lasso Test SP7</OrganizationName>
</Organization>
</EntityDescriptor>