summaryrefslogtreecommitdiffstats
path: root/tests/data/lecp1-la/metadata.xml
blob: 8f88fa4487ac1876b35603a6a1421e5aff3d2677 (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
<?xml version="1.0"?>
<EntityDescriptor
    providerID="https://lecp1/metadata"
    xmlns="urn:liberty:metadata:2003-08">

 <IDPDescriptor>

  <SingleSignOnServiceURL>https://lecp1:2014/singleSignOn</SingleSignOnServiceURL>
  <SingleSignOnProtocolProfile>http://projectliberty.org/profiles/sso-get</SingleSignOnProtocolProfile>
  <SingleLogoutServiceURL>https://lecp1:2014/singleLogout</SingleLogoutServiceURL>
  <SingleLogoutProtocolProfile>http://projectliberty.org/profiles/slo-idp-soap</SingleLogoutProtocolProfile>

  <RegisterNameIdentifierServiceURL>https://lecp1:2014/registerNameIdentifier</RegisterNameIdentifierServiceURL>
  <RegisterNameIdentifierProtocolProfile>http://projectliberty.org/profiles/rni-sp-http</RegisterNameIdentifierProtocolProfile>

  <SoapEndpoint>https://lecp1:2014/soapEndpoint</SoapEndpoint>

 </IDPDescriptor>

 <SPDescriptor>

  <AssertionConsumerServiceURL id="AssertionConsumerServiceURL1" isDefault="true">https://lecp1:2014/assertionConsumer</AssertionConsumerServiceURL>

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

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

  <SoapEndpoint>https://lecp1:2014/soapEndpoint</SoapEndpoint>

  <AuthnRequestsSigned>true</AuthnRequestsSigned>

 </SPDescriptor>

</EntityDescriptor>