diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2019-10-01 12:35:55 +0200 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2019-10-01 12:35:55 +0200 |
commit | 1dba1af7d26791a8cbd86a22a6beca0baf521a6b (patch) | |
tree | 16c5fefe2e43ca2c68838c3c03bdc0b4b20e598c /swamid-2.0 | |
parent | a957afd3f4713ea86c8de1aa23634f1b4e6c1cde (diff) |
SWAMID-2424 requires R&E to get eduPersonAssurance
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/sig.idsec.se-sigservice.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swamid-2.0/sig.idsec.se-sigservice.xml b/swamid-2.0/sig.idsec.se-sigservice.xml index 7392998b..c12d126d 100644 --- a/swamid-2.0/sig.idsec.se-sigservice.xml +++ b/swamid-2.0/sig.idsec.se-sigservice.xml @@ -6,6 +6,8 @@ </mdrpi:RegistrationInfo> <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"> + <samla:AttributeValue>http://www.swamid.se/category/eu-adequate-protection</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> </samla:Attribute> </mdattr:EntityAttributes> |