diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-10-18 09:35:14 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-10-18 09:35:14 +0200 |
commit | 8cee602054dc03bca11c3d01bbff0519f18948e7 (patch) | |
tree | 1d674d060f80241a7eb8ef557a7bd9017418b9ee /swamid-2.0 | |
parent | 1a8648db0cadb367d0fd23f7b4061629bceca884 (diff) |
Fixed fs.liu.se to get OK from edugain. Also fixed testMDUI to only check IDP mdui Disolayname.
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/fs.liu.se-adfs-services-trust.xml | 10 | ||||
-rw-r--r-- | swamid-2.0/sp.spraakbanken.gu.se-shibboleth.xml | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/swamid-2.0/fs.liu.se-adfs-services-trust.xml b/swamid-2.0/fs.liu.se-adfs-services-trust.xml index cb8d3aa1..dc551949 100644 --- a/swamid-2.0/fs.liu.se-adfs-services-trust.xml +++ b/swamid-2.0/fs.liu.se-adfs-services-trust.xml @@ -309,6 +309,16 @@ wHb3flDe4OLwxxMZfI3oGwoUJHltib7xFuT7w5hOYts3Js+BBtsSskGSp/dz8PiH </fed:PassiveRequestorEndpoint> </RoleDescriptor> <SPSSODescriptor WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <Extensions> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Linköpings universitet (ADFS)</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Linköping University (ADFS)</mdui:DisplayName> + <mdui:InformationURL xml:lang="sv">http://www.liu.se/?l=sv</mdui:InformationURL> + <mdui:InformationURL xml:lang="en">http://www.liu.se/?l=en</mdui:InformationURL> + <mdui:PrivacyStatementURL xml:lang="sv">https://liu.se/artikel/policy-for-hantering-av-personuppgifter-inom-ramen-for-identitetsutgivaren</mdui:PrivacyStatementURL> + <mdui:PrivacyStatementURL xml:lang="en">https://liu.se/en/article/policy-for-hantering-av-personuppgifter-inom-ramen-for-identitetsutgivaren</mdui:PrivacyStatementURL> + </mdui:UIInfo> + </Extensions> <KeyDescriptor use="signing"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <X509Data> diff --git a/swamid-2.0/sp.spraakbanken.gu.se-shibboleth.xml b/swamid-2.0/sp.spraakbanken.gu.se-shibboleth.xml index 6336b7f9..9e669d10 100644 --- a/swamid-2.0/sp.spraakbanken.gu.se-shibboleth.xml +++ b/swamid-2.0/sp.spraakbanken.gu.se-shibboleth.xml @@ -35,7 +35,8 @@ <mdui:Description xml:lang="en">Login to Språkbanken's language resources available to researchers and to the public.</mdui:Description> <mdui:InformationURL xml:lang="sv">https://spraakbanken.gu.se/swe/</mdui:InformationURL> <mdui:InformationURL xml:lang="en">https://spraakbanken.gu.se/eng/</mdui:InformationURL> - <mdui:Logo height="146" width="256">https://sp.spraakbanken.gu.se/logo-small.png</mdui:Logo> + <mdui:Logo xml:lang="sv" height="146" width="256">https://sp.spraakbanken.gu.se/logo-small.png</mdui:Logo> + <mdui:Logo xml:lang="en" height="146" width="256">https://sp.spraakbanken.gu.se/logo-small.png</mdui:Logo> </mdui:UIInfo> <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://sp.spraakbanken.gu.se/Shibboleth.sso/DS/Login"/> <idpdisc:DiscoveryResponse xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://sp.spraakbanken.gu.se/Shibboleth.sso/DS/Login" index="1"/> |