blob: 41eb5a694c0fdac2a85cf2401a769a78e14858b1 (
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
|
<?xml version="1.0"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://mondo.su.se">
<SPSSODescriptor WantAssertionsSigned="false" AuthnRequestsSigned="false" ID="role-99" protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol">
<KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>MIIB1TCCAT6gAwIBAgIJAPSVwvaXb39ZMA0GCSqGSIb3DQEBBQUAMBYxFDASBgNVBAMTC21vbmRvLnN1LnNlMB4XDTA3MDUwMjA3NDIwM1oXDTA4MDUwMTA3NDIwM1owFjEUMBIGA1UEAxMLbW9uZG8uc3Uuc2UwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALjb5Ti1RkHkNqQqST536YUy5SV0h4/28fSvLhHfMjMpX705XDyuTl/AvVXBvns+1wpR+XKQUChemohQwpiv++bRciBbttVZmmTDokVEzDkb75yrxZT0bjHTBYQtC1s3t3y0daU1sZtpxR+JY0ZvIUrE2rxt/a83nAoFsRL0cqZLAgMBAAGjKzApMCcGA1UdJQQgMB4GCCsGAQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwQwDQYJKoZIhvcNAQEFBQADgYEAPEYdOAVBhGtobU+RTlI2vHVg1fx8b1o86ihiOyCluwOlj5OFN1YCDV8l0qcx3HJn7SvAM/jlHLaDUxNcdTzpUOfaaspuGRsojx7IobzEparTdUhbNyvtgdrhK8anlCjvKuH9Zl9mTj/iQYRC1qn91SWqc4zFEa2W2sM2qPkK8Nw=</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://mondo.su.se/Shibboleth.sso/SAML/POST" index="1" isDefault="true"/>
</SPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">SU</OrganizationName>
<OrganizationDisplayName xml:lang="en">Stockholm university</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://www.su.se</OrganizationURL>
</Organization>
<ContactPerson contactType="technical">
<Company>Stockholm university</Company>
<SurName>IT och Media</SurName>
<EmailAddress>helpdesk@it.su.se</EmailAddress>
<TelephoneNumber>+46 8 161999</TelephoneNumber>
</ContactPerson>
</EntityDescriptor>
|