diff options
author | Paul Scott <paul.scott@kau.se> | 2013-10-02 15:43:43 +0200 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2013-10-02 15:43:43 +0200 |
commit | 245e7355aad08ae4521c42e608f19d47468c8e99 (patch) | |
tree | f5a721cb888dea52ee2818fb6a65dd6ff78c35c6 | |
parent | 9a0177ac501df266f3b94f23d040794fe6d19997 (diff) |
Fixes SWAMIDOPS-7025
-rw-r--r-- | swamid-2.0/swamid2.shh.se-idp-shibboleth.xml | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/swamid-2.0/swamid2.shh.se-idp-shibboleth.xml b/swamid-2.0/swamid2.shh.se-idp-shibboleth.xml index b43f3318..aa0abd7f 100644 --- a/swamid-2.0/swamid2.shh.se-idp-shibboleth.xml +++ b/swamid-2.0/swamid2.shh.se-idp-shibboleth.xml @@ -2,7 +2,18 @@ <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="https://swamid2.shh.se/idp/shibboleth"> <IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> - <shibmd:Scope regexp="false">sophia.se</shibmd:Scope> + <shibmd:Scope regexp="false">shh.se</shibmd:Scope> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Sophiahemmet Högskola</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Sophiahemmet University</mdui:DisplayName> + <mdui:Description xml:lang="sv">Identity Provider för Sophiahemmet Högskola.</mdui:Description> + <mdui:Description xml:lang="en">Identity Provider for Sophiahemmet University.</mdui:Description> + <mdui:Logo height="122" width="350">https://swamid2.shh.se/idp/images/shh_logo.png</mdui:Logo> + </mdui:UIInfo> + <mdui:DiscoHints xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DomainHint>sophiahemmet.se</mdui:DomainHint> + <mdui:GeolocationHint>geo:59.34547,18.07525</mdui:GeolocationHint> + </mdui:DiscoHints> </Extensions> <KeyDescriptor> <ds:KeyInfo> @@ -31,6 +42,7 @@ URk4QC3n4Dibk1dSDRkM5RwF8LLd5TWSV0zwmjFUHr1iLc8/MXsscA==</ds:X509Certificate> <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://swamid2.shh.se:8443/idp/profile/SAML2/SOAP/ArtifactResolution" index="2"/> <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> + <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://swamid2.shh.se/idp/profile/Shibboleth/SSO"/> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://swamid2.shh.se/idp/profile/SAML2/POST/SSO"/> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://swamid2.shh.se/idp/profile/SAML2/POST-SimpleSign/SSO"/> @@ -38,7 +50,7 @@ URk4QC3n4Dibk1dSDRkM5RwF8LLd5TWSV0zwmjFUHr1iLc8/MXsscA==</ds:X509Certificate> </IDPSSODescriptor> <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> - <shibmd:Scope regexp="false">sophia.se</shibmd:Scope> + <shibmd:Scope regexp="false">shh.se</shibmd:Scope> </Extensions> <KeyDescriptor> <ds:KeyInfo> @@ -67,5 +79,16 @@ URk4QC3n4Dibk1dSDRkM5RwF8LLd5TWSV0zwmjFUHr1iLc8/MXsscA==</ds:X509Certificate> <AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://swamid2.shh.se:8443/idp/profile/SAML2/SOAP/AttributeQuery"/> <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> + <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> </AttributeAuthorityDescriptor> + <Organization> + <OrganizationName xml:lang="en">SHH</OrganizationName> + <OrganizationDisplayName xml:lang="sv">Sophiahemmet Högskola</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="en">Sophiahemmet University</OrganizationDisplayName> + <OrganizationURL xml:lang="en">http://www.shh.se</OrganizationURL> + </Organization> + <ContactPerson contactType="technical"> + <Company>Sophiahemmet Högskola</Company> + <EmailAddress>itsupport@sophiahemmet.se</EmailAddress> + </ContactPerson> </EntityDescriptor> |