From 353c52ee0c26d36512494923c08919a86d862185 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Wed, 15 Dec 2021 11:50:12 +0100 Subject: correct swamid entity category setup for ESI and COCO updated test to reflect current usecase --- src/saml2/entity_category/swamid.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/saml2/entity_category') 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, +} -- cgit v1.2.1