diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-22 07:40:14 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-22 07:40:14 +0200 |
commit | 71112edd8d39d7dbc7208ed6d6ed429d36ea4a1c (patch) | |
tree | 4866c445e91386127fa02c86cd4ecb7b75e9ff5d /swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml | |
parent | 3d7efb4d686f18b1b5a59e97484cc2f27ddb2a95 (diff) |
syncup of mdui displayname and organization displayname
sv/en organizationDisplayName added for all IdP:s
Diffstat (limited to 'swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml b/swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml index d9c35284..4294f39f 100644 --- a/swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml +++ b/swamid-1.0/saml-1.sys.kth.se-idp-shibboleth.xml @@ -4,6 +4,8 @@ <Extensions> <shibmd:Scope regexp="false">kth.se</shibmd:Scope> <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Kungliga Tekniska Högskolan</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">The KTH Royal Institute of Technology</mdui:DisplayName> <mdui:Description xml:lang="en">The KTH Royal Institute of Technology Identity Provider is used by employees and students at the university.</mdui:Description> <mdui:InformationURL xml:lang="sv">https://saml-1.sys.kth.se/om.html</mdui:InformationURL> <mdui:InformationURL xml:lang="en">https://saml-1.sys.kth.se/about.html</mdui:InformationURL> @@ -111,7 +113,8 @@ sdhdXg== </AttributeAuthorityDescriptor> <Organization> <OrganizationName xml:lang="en">KTH</OrganizationName> - <OrganizationDisplayName xml:lang="en">Kungliga Tekniska högskolan</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="sv">Kungliga Tekniska högskolan</OrganizationDisplayName> + <OrganizationDisplayName xml:lang="en">The KTH Royal Institute of Technology</OrganizationDisplayName> <OrganizationURL xml:lang="en">http://www.kth.se</OrganizationURL> </Organization> <ContactPerson contactType="technical"> |