summaryrefslogtreecommitdiff
path: root/tests/metadata_cert.xml
blob: f467cd94e48232fd78af6ab6e85b94b3d8484cf2 (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
<?xml version='1.0' encoding='UTF-8'?>
<ns0:EntityDescriptor xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata"
                      xmlns:ns1="http://www.w3.org/2000/09/xmldsig#"
                      entityID="urn:mace:example.com:saml:roland:sp">
    <ns0:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true"
                         protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
        <ns0:KeyDescriptor use="signing">
            <ns1:KeyInfo>
                <ns1:X509Data>
                    <ns1:X509Certificate>
                        MIICsDCCAhmgAwIBAgIJAJrzqSSwmDY9MA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMDkxMDA2MTk0OTQxWhcNMDkxMTA1MTk0OTQxWjBFMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJg2cms7MqjniT8Fi/XkNHZNPbNVQyMUMXE9tXOdqwYCA1cc8vQdzkihscQMXy3iPw2cMggBu6gjMTOSOxECkuvX5ZCclKr8pXAJM5cY6gVOaVO2PdTZcvDBKGbiaNefiEw5hnoZomqZGp8wHNLAUkwtH9vjqqvxyS/vclc6k2ewIDAQABo4GnMIGkMB0GA1UdDgQWBBRePsKHKYJsiojE78ZWXccK9K4aJTB1BgNVHSMEbjBsgBRePsKHKYJsiojE78ZWXccK9K4aJaFJpEcwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNVBAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZIIJAJrzqSSwmDY9MAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAJSrKOEzHO7TL5cy6h3qh+3+JAk8HbGBW+cbX6KBCAw/mzU8flK25vnWwXS3dv2FF3Aod0/S7AWNfKib5U/SA9nJaz/mWeF9S0farz9AQFc8/NSzAzaVq7YbM4F6f6N2FRl7GikdXRCed45j6mrPzGzk3ECbupFnqyREH3+ZPSdk=
                    </ns1:X509Certificate>
                </ns1:X509Data>
            </ns1:KeyInfo>
        </ns0:KeyDescriptor>
        <ns0:ArtifactResolutionService
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
                Location="http://lingon.catalogix.se:8087/ars" index="1"/>
        <ns0:ManageNameIDService
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
                Location="http://lingon.catalogix.se:8087/mni/soap"/>
        <ns0:ManageNameIDService
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
                Location="http://lingon.catalogix.se:8087/mni/post"/>
        <ns0:ManageNameIDService
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
                Location="http://lingon.catalogix.se:8087/mni/redirect"/>
        <ns0:ManageNameIDService
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
                Location="http://lingon.catalogix.se:8087/mni/art"/>
        <ns0:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient
        </ns0:NameIDFormat>
        <ns0:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
        </ns0:NameIDFormat>
        <ns0:AssertionConsumerService
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
                Location="http://lingon.catalogix.se:8087/" index="1"/>
    </ns0:SPSSODescriptor>
    <ns0:Organization>
        <ns0:OrganizationName xml:lang="se">AB Exempel</ns0:OrganizationName>
        <ns0:OrganizationDisplayName xml:lang="se">AB Exempel
        </ns0:OrganizationDisplayName>
        <ns0:OrganizationURL xml:lang="en">http://www.example.org
        </ns0:OrganizationURL>
    </ns0:Organization>
    <ns0:ContactPerson contactType="technical">
        <ns0:GivenName>Roland</ns0:GivenName>
        <ns0:SurName>Hedberg</ns0:SurName>
        <ns0:EmailAddress>tech@eample.com</ns0:EmailAddress>
        <ns0:EmailAddress>tech@example.org</ns0:EmailAddress>
        <ns0:TelephoneNumber>+46 70 100 0000</ns0:TelephoneNumber>
    </ns0:ContactPerson>
</ns0:EntityDescriptor>