blob: cdab377674151f8d0e884657e102dd4f01dc57c8 (
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
<?xml version="1.0" encoding="UTF-8"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://mhebooklibrary.com/shibboleth">
<!--
This is a "McGraw-Hill eBook Library" OpenSAML SP for McGraw-Hill Education LLC.
-->
<Extensions>
<mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="http://ukfederation.org.uk" registrationInstant="2016-09-13T08:50:15Z">
<mdrpi:RegistrationPolicy xml:lang="en">http://ukfederation.org.uk/doc/mdrps-20130902</mdrpi:RegistrationPolicy>
</mdrpi:RegistrationInfo>
</Extensions>
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
<Extensions>
<mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
<mdui:DisplayName xml:lang="en">McGraw-Hill eBook Library</mdui:DisplayName>
<mdui:Description xml:lang="en">McGraw-Hill eBook Library</mdui:Description>
<mdui:InformationURL xml:lang="en">http://mhebooklibrary.com/page/about</mdui:InformationURL>
</mdui:UIInfo>
</Extensions>
<KeyDescriptor>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>
MIIDJDCCAgygAwIBAgIJAIamXTVsJhzMMA0GCSqGSIb3DQEBBQUAMB0xGzAZBgNV
BAMTEm1oZWJvb2tsaWJyYXJ5LmNvbTAeFw0xNDExMDQxODU4NTRaFw0xNzExMDMx
ODU4NTRaMB0xGzAZBgNVBAMTEm1oZWJvb2tsaWJyYXJ5LmNvbTCCASIwDQYJKoZI
hvcNAQEBBQADggEPADCCAQoCggEBAOZnsYSipflllBuDtMhHuU0oOg7VSI5KCDK9
V1VqKX2462Z6jZmAleJXPxPx17FXxW4IZlWvtljjjhZd3BC2AaNoX2e6/cxZFBTn
fr3EldmCZGevO0JAmN8dua7mH2DlAqcAuMsY6hkjOfL5kw0M/ewwgHLcgfdcCwiP
i/GGigj8cTPR0mnbL5jHrSrPtk267AQdb3b64CThzAEeZrEHpiexu+tUl4HfJ1U+
yXWl/AnLKsssimFmuQaOCUTaMZXdL1ZKbv7bwzB71KyVVGEzdC/lp3L/U3YEcbG2
62/UHEV5eG/YNj/+qaRjBwXCPBvmGM3Pm1LH361Yi63Qto6ajuMCAwEAAaNnMGUw
RAYDVR0RBD0wO4ISbWhlYm9va2xpYnJhcnkuY29thiVodHRwczovL21oZWJvb2ts
aWJyYXJ5LmNvbS9zaGliYm9sZXRoMB0GA1UdDgQWBBRyJyqMdwGheHEPDkf71vc7
xct+QTANBgkqhkiG9w0BAQUFAAOCAQEAuOo1O8Xg6xLrUTGDxDBZglPjRnh94Ddu
Qyw/gAsOaaub5uXc88Y5RjZvVu2jJRe/qvGG93GVVlSNUI8lTM9RgYTY6MG4jXdt
uPImRw1/jKoPOrVf3od5MM7cW4bZLZsBMpFG2dIMkCfdVpFk7A024eBNEuYWvpIM
ehg4XJSyxlgV9JOR7rYRImDG4s+qgZqyUDvvSrtKPY7uYl0x2n9qEt3xaVd1P/LW
ZCoXYo8oVyALhZyliiUmNWrdhoYcrqh2CqgjIVv6FyQtWOV0FbHxNZSj60WMBL5B
SikeCJ8/k7Vg4cuK3TYfReL+GehHDyPETi6Jd4YBZkr7pmxEpwWP9Q==
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://mhebooklibrary.com/action/samlACS" index="1"/>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://mhebooklibrary.com/action/saml2post" index="2"/>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://mhebooklibrary.com/action/saml2artifact" index="3"/>
</SPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">McGraw-Hill Education LLC</OrganizationName>
<OrganizationDisplayName xml:lang="en">McGraw-Hill eBook Library</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://mhebooklibrary.com</OrganizationURL>
</Organization>
<ContactPerson contactType="support">
<GivenName>SSO-Support</GivenName>
<EmailAddress>mailto:SSO-Support@atypon.com</EmailAddress>
</ContactPerson>
<ContactPerson contactType="technical">
<GivenName>SSO-Tech</GivenName>
<EmailAddress>mailto:SSO-Tech@atypon.com</EmailAddress>
</ContactPerson>
</EntityDescriptor>
|