diff options
author | Paul Scott <paul.scott@kau.se> | 2017-06-15 13:42:53 +0200 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2017-06-15 13:42:53 +0200 |
commit | db84663882f7a847186e20c352319827986b8ce8 (patch) | |
tree | 7a974bbf54ef583bc69eea791971d4fedeb49242 /swamid-2.0/identity.mdh.se-idp-shibboleth.xml | |
parent | 5dfd5e8e7273da0469b771dc8b9285fe208d7a96 (diff) |
Resolves SWAMIDOPS-95 and cleanup MDH (remove "ny" from new IdP and tagged old with hide from discovery, added to swamid-idp)
Diffstat (limited to 'swamid-2.0/identity.mdh.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/identity.mdh.se-idp-shibboleth.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/swamid-2.0/identity.mdh.se-idp-shibboleth.xml b/swamid-2.0/identity.mdh.se-idp-shibboleth.xml index 7a14fceb..1ea81c96 100644 --- a/swamid-2.0/identity.mdh.se-idp-shibboleth.xml +++ b/swamid-2.0/identity.mdh.se-idp-shibboleth.xml @@ -1,11 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <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://identity.mdh.se/idp/shibboleth"> + <Extensions> + <attr:EntityAttributes xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:attr="urn:oasis:names:tc:SAML:metadata:attribute"> + <saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> + <saml:AttributeValue>http://refeds.org/category/hide-from-discovery</saml:AttributeValue> + </saml:Attribute> + </attr:EntityAttributes> + </Extensions> <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">mdh.se</shibmd:Scope> <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> - <mdui:DisplayName xml:lang="sv">Mälardalens Högskola</mdui:DisplayName> - <mdui:DisplayName xml:lang="en">Mälardalen University</mdui:DisplayName> + <mdui:DisplayName xml:lang="sv">Mälardalens Högskola (gammal)</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Mälardalen University (old)</mdui:DisplayName> <mdui:Description xml:lang="sv">Identity Provider för anställda och studenter vid Mälardalens högskola.</mdui:Description> <mdui:Description xml:lang="en">The Mälardalen University Identity Provider is used by employees and students at the university.</mdui:Description> <mdui:InformationURL xml:lang="sv">http://www.mdh.se</mdui:InformationURL> @@ -94,8 +101,8 @@ P7nZB2+XoE3sf8xqd2a9xO7vy1r17Q7bx8PzwklL9GdFppuRnimioYoF3atEQM6R </AttributeAuthorityDescriptor> <Organization> <OrganizationName xml:lang="en">MDH</OrganizationName> - <OrganizationDisplayName xml:lang="sv">Mälardalens Högskola</OrganizationDisplayName> - <OrganizationDisplayName xml:lang="en">Mälardalen University</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="sv">Mälardalens Högskola (gammal)</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="en">Mälardalen University (old)</OrganizationDisplayName> <OrganizationURL xml:lang="en">http://www.mdh.se</OrganizationURL> </Organization> <ContactPerson contactType="administrative"> |