diff options
author | Paul Scott <paul.scott@kau.se> | 2020-04-17 06:44:45 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2020-04-17 06:44:45 +0000 |
commit | dfde7e1abdaf9804a031c92d2f7bc20fc807a84f (patch) | |
tree | 49f1384e405d1bda91654ee13ea4c4f92cb254f5 | |
parent | 8359ebda98c6366023a25b004c6ba4c6e5072e23 (diff) |
Resolves SWAMID-2883
-rw-r--r-- | swamid-2.0/login.idp.hhs.se-idp-shibboleth.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swamid-2.0/login.idp.hhs.se-idp-shibboleth.xml b/swamid-2.0/login.idp.hhs.se-idp-shibboleth.xml index fdf4f6fc..5badf37c 100644 --- a/swamid-2.0/login.idp.hhs.se-idp-shibboleth.xml +++ b/swamid-2.0/login.idp.hhs.se-idp-shibboleth.xml @@ -7,6 +7,7 @@ <attr:EntityAttributes xmlns:attr="urn:oasis:names:tc:SAML:metadata:attribute" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"> <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> </attr:EntityAttributes> </md:Extensions> @@ -161,4 +162,8 @@ DBM626i4mIwyB1PrBNFljTS6AHEcx3YnjQJfhPNnsabiQyqqAcTEGx6xhRKpvm1G <EmailAddress>mailto:swamid.admins@hhs.se</EmailAddress> <TelephoneNumber>+4687369417</TelephoneNumber> </ContactPerson> + <ContactPerson xmlns:remd="http://refeds.org/metadata" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security"> + <GivenName>SSE Federation Security Response Team</GivenName> + <EmailAddress>mailto:its.security@hhs.se</EmailAddress> + </ContactPerson> </md:EntityDescriptor> |