Skip to content

Commit 105a0de

Browse files
committed
Forgot to upload a file
1 parent 09e33c0 commit 105a0de

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0"?>
2+
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
3+
validUntil="2020-03-05T18:19:11Z"
4+
cacheDuration="PT1594475551S"
5+
entityID="http://stuff.com/endpoints/metadata.php">
6+
<md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
7+
<md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified</md:NameIDFormat>
8+
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
9+
Location="http://stuff.com/endpoints/endpoints/acs.php"
10+
index="1"/>
11+
<md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
12+
Location="http://stuff.com/endpoints/endpoints/sls.php"/>
13+
</md:SPSSODescriptor>
14+
</md:EntityDescriptor>

0 commit comments

Comments
 (0)