blob: b63a80a174cfb0567a8d893a4ab5311f69191eb2 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://shibbo.enise.fr/idp/shibboleth">
<Extensions>
<mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="https://federation.renater.fr/" registrationInstant="2011-06-09T10:47:49Z">
<mdrpi:RegistrationPolicy xml:lang="en">https://services.renater.fr/federation/en/metadata_registration_practice_statement</mdrpi:RegistrationPolicy>
</mdrpi:RegistrationInfo>
</Extensions>
<IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:2.0:protocol">
<Extensions>
<shibmd:Scope xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" regexp="false">enise.fr</shibmd:Scope>
<mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
<mdui:DisplayName xml:lang="fr">ENISE</mdui:DisplayName>
</mdui:UIInfo>
</Extensions>
<KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>
MIIDKDCCAhCgAwIBAgIVAKRfdU8KUsLMr6sENGNF8GhmyStGMA0GCSqGSIb3DQEB
BQUAMBoxGDAWBgNVBAMTD3NoaWJiby5lbmlzZS5mcjAeFw0xMTA1MjcwOTIxNTZa
Fw0zMTA1MjcwOTIxNTZaMBoxGDAWBgNVBAMTD3NoaWJiby5lbmlzZS5mcjCCASIw
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALvfzNxgnq/k6QzZmj7igMSW1qoa
F1Ca593Y6+Ry+ITmjSE8hg91Y6DaSLgfVxiVPRllOLnpeZSdS9/Njq6yfUKKSKOv
RLWUFiaNqob9Bgx3GSIZAahkmmoc0luCLY0DSK1bRzyhYUAZDe9c9diY7ljke4a2
4jdUQZJt2T2VPQgh8Zhs97cS7r971agIob8QWyuwXNR7soWTIz7Q4ovHCOX+2jln
g+KoMxRhXfepOmO/knp5oRnXDgVgTYpeLcUogYvn6ZUQVt0t5zsqd4I6STvS/dss
EaTN8OY6DTHxifn3+etPf113awDeASDFukJvWkkZdyL2fSIORFIsOlRYN48CAwEA
AaNlMGMwQgYDVR0RBDswOYIPc2hpYmJvLmVuaXNlLmZyhiZodHRwczovL3NoaWJi
by5lbmlzZS5mci9pZHAvc2hpYmJvbGV0aDAdBgNVHQ4EFgQUOnQUAUQSlpsPV4GZ
bvoXVPrHAIAwDQYJKoZIhvcNAQEFBQADggEBAIdboPwyqZpsWeFhof+pAG78na8I
iy+DO6p9S4JvkXn0vqozLDaFIg3KVep+0sNstXNaVDafWmbzJRxTWUUmNoVkOBbE
mi41vE+3dxoAltau1ybtHb6/0m9LzR3FRihAVyPa4FbzqdViXv5S5OFVak6+Dqi1
S7B6tOHfCbl2dH4soGpfxa7lhqH8xu3JzJKOi+CHBL8q5zxzbiU2Q417gLeswhQ5
+5cw3Bhz4p5olulTzUsIa1wfae+tSM7YemTCaR1VEKM3JvwHIbMKMeOuL8BCo6o5
6GIWvBQQJOEbInHSvCFd41vN8us0nDsiislr1Bp26bXXME6ZX7MYct6LQgk=
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
<SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://shibbo.enise.fr/idp/profile/SAML2/POST/SSO"/>
<SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://shibbo.enise.fr/idp/profile/SAML2/Redirect/SSO"/>
<SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://shibbo.enise.fr/idp/profile/Shibboleth/SSO"/>
</IDPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">ENISE</OrganizationName>
<OrganizationDisplayName xml:lang="en">ENISE</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://unknown.site.com</OrganizationURL>
</Organization>
<ContactPerson contactType="technical">
<SurName>Guy Dantony</SurName>
<EmailAddress>dantony@enise.fr</EmailAddress>
</ContactPerson>
<ContactPerson contactType="technical">
<SurName>Benoit Berson</SurName>
<EmailAddress>berson@enise.fr</EmailAddress>
</ContactPerson>
</EntityDescriptor>
|