summaryrefslogtreecommitdiff
path: root/src/saml2/entity_category/swamid.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/entity_category/swamid.py')
-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,
+}