diff options
-rw-r--r-- | swamid-2.0/idp.hkr.se-idp-shibboleth.xml | 48 |
1 files changed, 46 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 c13c899b..4f796af3 100644 --- a/swamid-2.0/idp.hkr.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.hkr.se-idp-shibboleth.xml @@ -1,8 +1,33 @@ <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="https://idp.hkr.se/idp/shibboleth"> + <Extensions> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category-support"> + <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> + <samla:AttributeValue>http://www.geant.net/uri/dataprotection-code-of-conduct/v1</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <shibmd:Scope regexp="false">hkr.se</shibmd:Scope> + <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DisplayName xml:lang="sv">Högskolan Kristianstad</mdui:DisplayName> + <mdui:DisplayName xml:lang="en">Kristianstad University Sweden</mdui:DisplayName> + <mdui:Description xml:lang="sv">Inloggning i webbtjänster för anställda och studenter vid Högskolan Kristianstad.</mdui:Description> + <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">http://www.hkr.se/sv/om-hkr/organisation/administration-och-stodverksamhet/it-service/kontoinformation/</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:Logo xml:lang="sv" height="84" width="96">https://idp.hkr.se/idp/images/hkrsmall.png</mdui:Logo> + <mdui:Logo xml:lang="en" height="84" width="96">https://idp.hkr.se/idp/images/hkrsmall.png</mdui:Logo> + </mdui:UIInfo> + <mdui:DiscoHints xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> + <mdui:DomainHint>hkr.se</mdui:DomainHint> + <mdui:IPHint>194.47.24.0/21</mdui:IPHint> + <mdui:IPHint>194.47.32.0/21</mdui:IPHint> + <mdui:IPHint>194.47.40.0/21</mdui:IPHint> + <mdui:GeolocationHint>geo:56.04848,14.14416</mdui:GeolocationHint> + </mdui:DiscoHints> </Extensions> <KeyDescriptor> <ds:KeyInfo> @@ -79,7 +104,26 @@ kgLpO4NuqQRRqV5FxbnmTvt25NApGY5k <Organization> <OrganizationName xml:lang="en">HKR</OrganizationName> <OrganizationDisplayName xml:lang="sv">Högskolan Kristianstad</OrganizationDisplayName> - <OrganizationDisplayName xml:lang="en">Högskolan Kristianstad</OrganizationDisplayName> - <OrganizationURL xml:lang="en">http://www.hkr.se</OrganizationURL> + <OrganizationDisplayName xml:lang="en">Kristianstad University Sweden</OrganizationDisplayName> + <OrganizationURL xml:lang="sv">http://www.hkr.se</OrganizationURL> + <OrganizationURL xml:lang="en">http://www.hkr.se/en/english-start-page/</OrganizationURL> </Organization> + <ContactPerson contactType="administrative"> + <Company>Högskolan Kristianstad</Company> + <SurName>Service desk 3030</SurName> + <EmailAddress>3030@hkr.se</EmailAddress> + <TelephoneNumber>+46 44 20 3030</TelephoneNumber> + </ContactPerson> + <ContactPerson contactType="technical"> + <Company>Högskolan Kristianstad</Company> + <SurName>Service desk 3030</SurName> + <EmailAddress>3030@hkr.se</EmailAddress> + <TelephoneNumber>+46 44 20 3030</TelephoneNumber> + </ContactPerson> + <ContactPerson contactType="support"> + <Company>Högskolan Kristianstad</Company> + <SurName>Service desk 3030</SurName> + <EmailAddress>3030@hkr.se</EmailAddress> + <TelephoneNumber>+46 44 20 3030</TelephoneNumber> + </ContactPerson> </EntityDescriptor> |