diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-06-10 08:13:40 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-06-10 08:13:40 +0200 |
commit | d6f2a124c377db7d790ff9d085283dad60dc00ad (patch) | |
tree | f93c31437e73917e044e541bdb4e4020e0d27ce8 /swamid-2.0/idp.hkr.se-idp-shibboleth.xml | |
parent | 1b183592c62855636c5e86926a60be5ee4f311bc (diff) |
SWAMID-1043 Missing https:// on PrivacyStatementURL
Diffstat (limited to 'swamid-2.0/idp.hkr.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/idp.hkr.se-idp-shibboleth.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swamid-2.0/idp.hkr.se-idp-shibboleth.xml b/swamid-2.0/idp.hkr.se-idp-shibboleth.xml index 44c71c22..cbc4b798 100644 --- a/swamid-2.0/idp.hkr.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.hkr.se-idp-shibboleth.xml @@ -25,8 +25,8 @@ <mdui:Description xml:lang="en">The Kristianstad University Login Service is used by employees and students at the university.</mdui:Description> <mdui:InformationURL xml:lang="sv">https://www.hkr.se/utbildningar/student-pa-hkr/it--och-mediastod/inloggningsuppgifter/</mdui:InformationURL> <mdui:InformationURL xml:lang="en">http://www.hkr.se/en/study-at-hkr/service-and-support/it-support-for-students/user-name-and-password/</mdui:InformationURL> - <mdui:PrivacyStatementURL xml:lang="sv">hkr.se/personuppgifter</mdui:PrivacyStatementURL> - <mdui:PrivacyStatementURL xml:lang="en">hkr.se/personal-data</mdui:PrivacyStatementURL> + <mdui:PrivacyStatementURL xml:lang="sv">https://hkr.se/personuppgifter</mdui:PrivacyStatementURL> + <mdui:PrivacyStatementURL xml:lang="en">https://hkr.se/personal-data</mdui:PrivacyStatementURL> <mdui:Logo xml:lang="en" height="84" width="96">https://idp.hkr.se/idp/images/hkrsmall.png</mdui:Logo> <mdui:Logo xml:lang="sv" height="84" width="96">https://idp.hkr.se/idp/images/hkrsmall.png</mdui:Logo> </mdui:UIInfo> |