diff options
author | Johan Wassberg <jocar@sunet.se> | 2022-11-25 13:29:44 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2022-11-25 13:29:44 +0100 |
commit | 8c3c208979aa4a87713a113fd39988f63926d0c1 (patch) | |
tree | bb830e3604037cec632925ff747d91d6f689ddee | |
parent | 75ccdd69b50b438f5908730e07991deecd54adf6 (diff) |
SWAMID-2029: Updated konto.gih.se
-rw-r--r-- | swamid-2.0/konto.gih.se-saml2.xml | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/swamid-2.0/konto.gih.se-saml2.xml b/swamid-2.0/konto.gih.se-saml2.xml index e8dd3899..92141a1e 100644 --- a/swamid-2.0/konto.gih.se-saml2.xml +++ b/swamid-2.0/konto.gih.se-saml2.xml @@ -7,6 +7,7 @@ <mdattr:EntityAttributes> <samla:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> <samla:AttributeValue>http://www.geant.net/uri/dataprotection-code-of-conduct/v1</samla:AttributeValue> + <samla:AttributeValue>https://refeds.org/category/code-of-conduct/v2</samla:AttributeValue> </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> @@ -19,6 +20,8 @@ <mdui:Description xml:lang="en">Account activation service at The Swedish School of Sport and Health Sciences</mdui:Description> <mdui:PrivacyStatementURL xml:lang="sv">https://konto.gih.se/Privacy</mdui:PrivacyStatementURL> <mdui:PrivacyStatementURL xml:lang="en">https://konto.gih.se/Privacy</mdui:PrivacyStatementURL> + <mdui:InformationURL xml:lang="en">https://www.gih.se/Utbildning/Stod-och-service/IT-pa-GIH/Studentkonto/</mdui:InformationURL> + <mdui:InformationURL xml:lang="sv">https://www.gih.se/Utbildning/Stod-och-service/IT-pa-GIH/Studentkonto/</mdui:InformationURL> </mdui:UIInfo> </md:Extensions> <md:KeyDescriptor> @@ -39,13 +42,33 @@ </md:AttributeConsumingService> </md:SPSSODescriptor> <md:Organization> - <md:OrganizationName xml:lang="sv">GIH</md:OrganizationName> - <md:OrganizationDisplayName xml:lang="sv">GIH</md:OrganizationDisplayName> + <md:OrganizationName xml:lang="sv">Gymnastik- och idrottshögskolan</md:OrganizationName> + <md:OrganizationName xml:lang="en">The Swedish School of sport and health sciences</md:OrganizationName> + <md:OrganizationDisplayName xml:lang="sv">Gymnastik- och idrottshögskolan</md:OrganizationDisplayName> + <md:OrganizationDisplayName xml:lang="en">The Swedish School of sport and health sciences</md:OrganizationDisplayName> <md:OrganizationURL xml:lang="sv">https://www.gih.se/</md:OrganizationURL> + <md:OrganizationURL xml:lang="en">https://www.gih.se/</md:OrganizationURL> </md:Organization> <md:ContactPerson contactType="administrative"> - <md:GivenName>Michael</md:GivenName> - <md:SurName>Thunell</md:SurName> + <md:Company>Gymnastik- och idrottshögskolan, GIH</md:Company> + <md:SurName>CIO</md:SurName> + <md:EmailAddress>mailto:cio@gih.se</md:EmailAddress> + <md:TelephoneNumber>+46812053700</md:TelephoneNumber> + </md:ContactPerson> + <md:ContactPerson contactType="technical"> + <md:Company>Gymnastik- och idrottshögskolan, GIH</md:Company> + <md:SurName>ITOps</md:SurName> <md:EmailAddress>mailto:itops@gih.se</md:EmailAddress> + <md:TelephoneNumber>+46812053700</md:TelephoneNumber> + </md:ContactPerson> + <md:ContactPerson contactType="support"> + <md:Company>Gymnastik- och idrottshögskolan, GIH</md:Company> + <md:SurName>IT Support</md:SurName> + <md:EmailAddress>mailto:itsupport@gih.se</md:EmailAddress> + <md:TelephoneNumber>+46812053700</md:TelephoneNumber> + </md:ContactPerson> + <md:ContactPerson xmlns:remd="http://refeds.org/metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security"> + <md:GivenName>Security Response Team</md:GivenName> + <md:EmailAddress>mailto:abuse@gih.se</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor> |