diff options
author | Paul Scott <paul.scott@kau.se> | 2015-12-21 15:54:33 +0100 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2015-12-21 15:54:33 +0100 |
commit | 68260035a176d63bda9e0e537823af5dc52d66cf (patch) | |
tree | f069df39ca7187c3c0d710127bb866e337f9bfb1 /swamid-2.0/idp.student.bth.se-idp-shibboleth.xml | |
parent | 1c0ce7173c51d860547731aa3b704399d9c9bf2c (diff) |
Add mailto: prefix to edugain IdPs and SPs
Diffstat (limited to 'swamid-2.0/idp.student.bth.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/idp.student.bth.se-idp-shibboleth.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swamid-2.0/idp.student.bth.se-idp-shibboleth.xml b/swamid-2.0/idp.student.bth.se-idp-shibboleth.xml index 8ba6db17..d7af3a09 100644 --- a/swamid-2.0/idp.student.bth.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.student.bth.se-idp-shibboleth.xml @@ -92,19 +92,19 @@ nH4GzdNBUhBostxPfU/hk7XiQOMXNvgHzG2y53Vaa+RZPC45VHuFmyixxGFxktsF <ContactPerson contactType="administrative"> <Company>Blekinge Institute of Technology - Students</Company> <SurName>IT Help Desk</SurName> - <EmailAddress>ithelpdesk@bth.se</EmailAddress> + <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 38 51 00</TelephoneNumber> </ContactPerson> <ContactPerson contactType="technical"> <Company>Blekinge Institute of Technology - Students</Company> <SurName>IT Help Desk</SurName> - <EmailAddress>ithelpdesk@bth.se</EmailAddress> + <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 38 51 00</TelephoneNumber> </ContactPerson> <ContactPerson contactType="support"> <Company>Blekinge Institute of Technology - Students</Company> <SurName>IT Help Desk</SurName> - <EmailAddress>ithelpdesk@bth.se</EmailAddress> + <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 38 51 00</TelephoneNumber> </ContactPerson> </EntityDescriptor> |