blob: 942326567540d654fcc75e7ed803839be639114c (
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"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://idp.ltcc.edu/idp/shibboleth">
<md:Extensions>
<mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="https://incommon.org"/>
<mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="http://macedir.org/entity-category" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue>http://id.incommon.org/category/registered-by-incommon</saml:AttributeValue>
</saml:Attribute>
</mdattr:EntityAttributes>
</md:Extensions>
<md:IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
<md:Extensions>
<shibmd:Scope xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" regexp="false">ltcc.edu</shibmd:Scope>
<mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
<mdui:DisplayName xml:lang="en">Lake Tahoe Community College</mdui:DisplayName>
</mdui:UIInfo>
</md:Extensions>
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>
MIIDHDCCAgSgAwIBAgIVAIw5vv7kNNzUAGMBYYmz7GBzIvGfMA0GCSqGSIb3DQEB
CwUAMBcxFTATBgNVBAMMDGlkcC5sdGNjLmVkdTAeFw0xNjAyMDUyMjE3MjlaFw0z
NjAyMDUyMjE3MjlaMBcxFTATBgNVBAMMDGlkcC5sdGNjLmVkdTCCASIwDQYJKoZI
hvcNAQEBBQADggEPADCCAQoCggEBAICmrhRTaRE1n9PvBbHhfOQ1LQXkC53u+Qfu
S5MzR6uU27Vls3tbF6k1zp4LlCNXLpKsDoUn0bwq8M4y3an/7csotxUOV+GB99me
G8Pe+9ZZwqJP2eSHcqSFfC3uyxLZK0s0ZEVVncnifIwPH1MACzNBycTojmYDrVho
Os3SYykRvqZQtRBf60gNXyTV2cQhLFVlewOpjDTw+OT5IrufGqZCF1/svFzsJ+6j
5f8sGJEF0XyY9cbxPrEESL8qZ7Q+jlERuOgCwnW03lAAIXiUTrBP0RFf8A5pm9H2
RPSawvoW3xk8hN+i6OpSJ2YjIXa1as3xktc4CkrL2oBxvWgpAB8CAwEAAaNfMF0w
HQYDVR0OBBYEFANNbMJtiNQRpFKEU6d6KNMBIuWJMDwGA1UdEQQ1MDOCDGlkcC5s
dGNjLmVkdYYjaHR0cHM6Ly9pZHAubHRjYy5lZHUvaWRwL3NoaWJib2xldGgwDQYJ
KoZIhvcNAQELBQADggEBAE4Js/gpdnRMJpebt8ZfiCHXrI2pVq1xOY36jocDkBax
05n4TSfECKlz38cp3kCaShtmtQoj2QGP/nlJxawaMwU3GiMXsUFso0P7l3L/aKzI
vUUBLcWg70IIqIqKc4n6NKm4i5C/ochRVpZgvxV5y9RktW85SMUvGT+jam/nedfA
DrTigu41S6+Dmyhk+E+NRkaTkub3xPQWGYdsw0/mLyxjSanD3xc0Cjs6kWjtc2ZN
+eVZmbDE3zJB3uXLMSOsJePF4ETTk6zJzuubY128PKXUEzEr6znPIrBK3pOgaaNS
n7xTN3O1UJMh8orWZerjJMZllHbVuSkTpkMebBf19ZY=
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://idp.ltcc.edu/idp/profile/SAML2/Redirect/SSO"/>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://idp.ltcc.edu/idp/profile/SAML2/POST/SSO"/>
<md:SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://idp.ltcc.edu/idp/profile/Shibboleth/SSO"/>
</md:IDPSSODescriptor>
<md:Organization>
<md:OrganizationName xml:lang="en">Lake Tahoe Community College</md:OrganizationName>
<md:OrganizationDisplayName xml:lang="en">Lake Tahoe Community College</md:OrganizationDisplayName>
<md:OrganizationURL xml:lang="en">http://ltcc.edu/</md:OrganizationURL>
</md:Organization>
<md:ContactPerson contactType="technical">
<md:GivenName>Bill Abiko</md:GivenName>
<md:EmailAddress>abiko@ltcc.edu</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
|