blob: 9f7a2160e6360e43e1baf56982cf0e2b52acdd49 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://qml.corefacilities.org/account/saml/qml">
<!--
This is an iLabSolutions Portal SP for iLab Solutions, LLC.
-->
<Extensions>
<mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="http://ukfederation.org.uk" registrationInstant="2013-12-16T11:59:00Z">
<mdrpi:RegistrationPolicy xml:lang="en">http://ukfederation.org.uk/doc/mdrps-20130902</mdrpi:RegistrationPolicy>
</mdrpi:RegistrationInfo>
</Extensions>
<SPSSODescriptor AuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<KeyDescriptor>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>
MIIDezCCAmOgAwIBAgIJAJ2ckmy8lsPeMA0GCSqGSIb3DQEBBQUAMFQxCzAJBgNV
BAYTAlVTMRYwFAYDVQQIDA1NYXNzYWNodXNldHRzMQ8wDQYDVQQHDAZCb3N0b24x
HDAaBgNVBAoME2lMYWIgU29sdXRpb25zLCBMTEMwHhcNMTMxMjExMTUyNTA3WhcN
MjQxMjExMTUyNTA3WjBUMQswCQYDVQQGEwJVUzEWMBQGA1UECAwNTWFzc2FjaHVz
ZXR0czEPMA0GA1UEBwwGQm9zdG9uMRwwGgYDVQQKDBNpTGFiIFNvbHV0aW9ucywg
TExDMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2VPbpu2uPVmE3NDD
E+aGuO9Zf2eLz+61ubkjuwz6ipY01oHliSId5iETSwGT3r1gJvTnpP3ndGMFq8X0
4xcsNb2cU2ZxCZ4+GE9XFriD2eskrfCuuBX6bKeW/yYeMNVoSBF/2YeEC+5kZ+2y
B7neQsUFKpB2J4kO7TlFKDAa0aj+ani0TOWdjejcYrZWNfR74Bft3IOFWxvapYvZ
9k6LMU/VouCVM8TqfmmTkwHemaB2bdk5rgaZpV3UgsiO5yXS9CDLlrijQSb95I1l
QZ2hMtbDu70xKoVOAbMhYcuVZppOObeketCXOoN4MIWEn/dYPhwHsWnGR9sOZhaB
9PVJzwIDAQABo1AwTjAdBgNVHQ4EFgQUfo3FkNz5UDtfW6QR5ostJDL7z1owHwYD
VR0jBBgwFoAUfo3FkNz5UDtfW6QR5ostJDL7z1owDAYDVR0TBAUwAwEB/zANBgkq
hkiG9w0BAQUFAAOCAQEAF4BJ6QX/Y6WV0rMGZYmydg/vE8SgtVB++/rGMfohXW6P
s/NEKrzOdIt/Nhannnn77RrjujDLkz5wp3u5zabjffHk/bPqP9yucOBMlIdyggKA
SQhzrFygr1kgA2JmUYrmrlKPSSrjfTGJj33qgbo23hzioLULaFFSbvEcZdP8x5lG
x8UndDxLcOxRMdxGTdMTu4q/TMnJlugnOe5YmIhg9jbYMwwm8JYVJ86llO5piiUv
YVcHQX0UCb4Iw4FoEKIzAsQW2aIQnE39DD7410/7YUzwCGVn6F6TGQuglZjGrTWe
ITzWFNwFKHtFqy1whxR7MarmC24an1bJCi/yQDHxDQ==
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://qml.corefacilities.org/account/saml/qml" index="1" isDefault="true"/>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://qml-testing.ilabsolutions.com/account/saml/qml" index="2"/>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://qmul.corefacilities.org/account/saml/qml" index="3"/>
</SPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">iLab Solutions, LLC</OrganizationName>
<OrganizationDisplayName xml:lang="en">iLab Solutions</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://www.ilabsolutions.com/</OrganizationURL>
</Organization>
<ContactPerson contactType="support">
<GivenName>Support</GivenName>
<EmailAddress>mailto:support@ilabsolutions.com</EmailAddress>
</ContactPerson>
<ContactPerson contactType="technical">
<GivenName>ID Integration support</GivenName>
<EmailAddress>mailto:integrations_id@ilabsolutions.com</EmailAddress>
</ContactPerson>
</EntityDescriptor>
|