blob: d2aeb625329e2c8b52bed662723dc1c2d1b8caab (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://pubs.amstat.org/shibboleth">
<!--
This is an 'American Statistical Association' OpenSAML SP for Atypon Systems, Inc.
-->
<Extensions>
<mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="http://ukfederation.org.uk"/>
</Extensions>
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
<KeyDescriptor>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>
MIIDozCCAougAwIBAgIJAIL6QS5OyVe1MA0GCSqGSIb3DQEBBQUAMIGQMQswCQYD
VQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEUMBIGA1UEBxMLU2FudGEgQ2xh
cmExHTAbBgNVBAoTFEF0eXBvbiBTeXN0ZW1zLCBJbmMuMR0wGwYDVQQLExRBdHlw
b24gU3lzdGVtcywgSW5jLjEYMBYGA1UEAxMPcHVicy5hbXN0YXQub3JnMB4XDTEw
MTEyOTIzNTY0OVoXDTIwMTEyNjIzNTY0OVowgZAxCzAJBgNVBAYTAlVTMRMwEQYD
VQQIEwpDYWxpZm9ybmlhMRQwEgYDVQQHEwtTYW50YSBDbGFyYTEdMBsGA1UEChMU
QXR5cG9uIFN5c3RlbXMsIEluYy4xHTAbBgNVBAsTFEF0eXBvbiBTeXN0ZW1zLCBJ
bmMuMRgwFgYDVQQDEw9wdWJzLmFtc3RhdC5vcmcwggEiMA0GCSqGSIb3DQEBAQUA
A4IBDwAwggEKAoIBAQDMMabeVNJUDKULVnS/2AzzJ1ChraJlmgKe0uhBaFcdN8N/
Qlr8kJTFCy545+5NIO7GcJjK2NSH6fxw2w50Tg6ixjF+88z5mX48HNkdWOy/i29h
zEwQoQc9B8EQerzyXWXKxB5BPBbV69/XOPhMKutclFEIwJdE1z1ry3uiLXbH85ei
0RntcR8h4lacdS5j9hjpIGya3FUCuvdXq2ub/LWAFsmOm+oKO1PWFxFouBDJwNUL
nHgWtbyFiF5oQV+x2AI556D1leNh+qbDCtjBDC8/RYivsaY5Wj6tHryJlOfY3MOS
HSJUuhsqzyT2Mpefh4fDymQiqQvYI9tUBM8BOKzfAgMBAAEwDQYJKoZIhvcNAQEF
BQADggEBAAgs9qFfV/MRlrrvqXiGs7AlYbmzDbqdvednE96oL9u3+4kkDjAMVHhn
MJzVxH4EzHFn7jw6UoC8+mLLOfCUrqFg4aInLNZLM5UmAQ/UQ8G5CmplN5+Z9xxN
bf8A2OyGssC3B6pKy1LVSdJPjAP+4JU1DNU5MKPdy41NCvD0EHeysFP7PiK3E4gn
nNrcBY+bVdYszYhGpa+yX2R1V1PYCyfw9MBNGCGjOPkgS7iPHp4Gqr2vaBpYdUeh
shtK6jJLDGGZn48eRlKtdi7Ff6SfZA3dQ6PsXTiyETDSkkvCc1J1EQ6CCJ7121pK
7hEpM9XB8Ed60foFC25ZEBphVHMP/4s=
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://pubs.amstat.org/action/samlACS" index="1"/>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://pubs.amstat.org/action/samlACS" index="2"/>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://pubs.amstat.org/action/samlACS" index="3"/>
</SPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">Atypon Systems, Inc</OrganizationName>
<OrganizationDisplayName xml:lang="en">Atypon Systems: American Statistical Association</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://www.amstat.org/</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>
|