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/gihidentity01.ihs.se-idp-shibboleth.xml | |
parent | 1c0ce7173c51d860547731aa3b704399d9c9bf2c (diff) |
Add mailto: prefix to edugain IdPs and SPs
Diffstat (limited to 'swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml b/swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml index 5cd31580..32e8c3c7 100644 --- a/swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml +++ b/swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml @@ -102,19 +102,19 @@ icptKTpDxrRjfCXibBT1 <ContactPerson contactType="administrative"> <Company>The Swedish School of Sport and Health Sciences</Company> <SurName>Fredrik Nilsson</SurName> - <EmailAddress>fredrik.nilsson@gih.se</EmailAddress> + <EmailAddress>mailto:fredrik.nilsson@gih.se</EmailAddress> <TelephoneNumber>+46 8 12053734</TelephoneNumber> </ContactPerson> <ContactPerson contactType="technical"> <Company>The Swedish School of Sport and Health Sciences</Company> <SurName>Michael Thunell</SurName> - <EmailAddress>michael.thunell@gih.se</EmailAddress> + <EmailAddress>mailto:michael.thunell@gih.se</EmailAddress> <TelephoneNumber>+46 8 12053807</TelephoneNumber> </ContactPerson> <ContactPerson contactType="support"> <Company>The Swedish School of Sport and Health Sciences</Company> <SurName>Charlie Skog</SurName> - <EmailAddress>charlie.skog@gih.se</EmailAddress> + <EmailAddress>mailto:charlie.skog@gih.se</EmailAddress> <TelephoneNumber>+46 8 12053792</TelephoneNumber> </ContactPerson> </EntityDescriptor> |