summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@sunet.se>2020-12-10 16:22:47 +0100
committerJohan Lundberg <lundberg@sunet.se>2020-12-10 16:22:47 +0100
commit7aec47383e7eeb12912bacc99c3d1017bd2ee15e (patch)
tree9da7e5264e624fcec1b9c9dff82f5791c3fa8d1c /src
parentddc2b5253b60a0e665aaac65f2772a4481a7f1b1 (diff)
downloadpysaml2-7aec47383e7eeb12912bacc99c3d1017bd2ee15e.tar.gz
Update of SWAMID policy regarding eduPersonTargetedID
According to SWAMID policy no attributes should be released when entitity category is missing
Diffstat (limited to 'src')
-rw-r--r--src/saml2/entity_category/swamid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/entity_category/swamid.py b/src/saml2/entity_category/swamid.py
index a997d556..0842fc55 100644
--- a/src/saml2/entity_category/swamid.py
+++ b/src/saml2/entity_category/swamid.py
@@ -71,7 +71,7 @@ NREN = 'http://www.swamid.se/category/nren-service' # Deprecated from 2
HEI = 'http://www.swamid.se/category/hei-service' # Deprecated from 2021-03-31
RELEASE = {
- '': ['eduPersonTargetedID'],
+ '': [''],
SFS_1993_1153: ['norEduPersonNIN', 'eduPersonAssurance'],
(RESEARCH_AND_EDUCATION, EU): NAME + STATIC_ORG_INFO + OTHER,
(RESEARCH_AND_EDUCATION, NREN): NAME + STATIC_ORG_INFO + OTHER,