-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsso-idp-metadata
22 lines (22 loc) · 1.32 KB
/
sso-idp-metadata
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" validUntil="2021-02-26T20:08:25Z" cacheDuration="PT1614802105S" entityID="THIS IS AN ENTITYID">
<md:IDPSSODescriptor WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>THISISTHESPOTFOPRTHEBASE64ENCODEDSIGNING/ENCRYPTIONCERT</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:KeyDescriptor use="encryption">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>THISISTHESPOTFOPRTHEBASE64ENCODEDSIGNING/ENCRYPTIONCERT</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://THIS-IS-THE-LOGOUT-SLO--LOCATION-URL.meh"/>
<md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</md:NameIDFormat>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://THIS-IS -AN- ACS-LINK-LOCATION-URL.meh"/>
</md:IDPSSODescriptor>
</md:EntityDescriptor>