summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/metadata_sp1.xml
blob: ec28fa48308cd9db75e4a36d20f5d5c1580c8285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<EntityDescriptor
    providerID="https://sp1/metadata"
    xmlns="urn:liberty:metadata:2003-08">
 <SPDescriptor>

  <AssertionConsumerServiceURL id="AssertionConsumerServiceURL1" isDefault="true">https://sp1:2006/assertionConsumer</AssertionConsumerServiceURL>

  <SingleLogoutServiceURL>https://sp1:2006/singleLogout</SingleLogoutServiceURL>
  <SingleLogoutProtocolProfile>http://projectliberty.org/profiles/slo-idp-soap</SingleLogoutProtocolProfile>

  <RegisterNameIdentifierServiceURL>https://sp1:2006/registerNameIdentifier</RegisterNameIdentifierServiceURL>
  <RegisterNameIdentifierProtocolProfile>http://projectliberty.org/profiles/rni-sp-soap</RegisterNameIdentifierProtocolProfile>

  <SoapEndpoint>https://sp1:2006/soapEndpoint</SoapEndpoint>

  <AuthnRequestsSigned>true</AuthnRequestsSigned>

 </SPDescriptor>
</EntityDescriptor>