summaryrefslogtreecommitdiff
path: root/src/saml2/entity_category
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@sunet.se>2021-12-15 11:50:12 +0100
committerJohan Lundberg <lundberg@sunet.se>2021-12-15 11:50:12 +0100
commit353c52ee0c26d36512494923c08919a86d862185 (patch)
tree52af1b868bf23c8580b3f6126f5d9af0dd3ddc21 /src/saml2/entity_category
parentff667e83324a9cbe551d3d096e91d59e6b71ae59 (diff)
downloadpysaml2-353c52ee0c26d36512494923c08919a86d862185.tar.gz
correct swamid entity category setup for ESI and COCO
updated test to reflect current usecase
Diffstat (limited to 'src/saml2/entity_category')
-rw-r--r--src/saml2/entity_category/swamid.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/saml2/entity_category/swamid.py b/src/saml2/entity_category/swamid.py
index 61525b70..ed0ac618 100644
--- a/src/saml2/entity_category/swamid.py
+++ b/src/saml2/entity_category/swamid.py
@@ -84,4 +84,7 @@ RELEASE = {
(ESI, COCO): MYACADEMICID_ESI + GEANT_COCO,
}
-ONLY_REQUIRED = {COCO: True}
+ONLY_REQUIRED = {
+ COCO: True,
+ (ESI, COCO): True,
+}