summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-16 15:41:30 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-16 15:41:30 +0100
commit2cf6bdb418ecb4d39fac85a9dcddf67fbdb6a69c (patch)
tree46360858f4c8d43b67b7c229b11a45980abba0ad
parent0111b9bf1e3e029fe0a60da24dc6bf22e2059772 (diff)
downloadpysaml2-2cf6bdb418ecb4d39fac85a9dcddf67fbdb6a69c.tar.gz
Transition from CoC to CoCo which is the correct name.
-rw-r--r--src/saml2/entity_category/edugain.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/saml2/entity_category/edugain.py b/src/saml2/entity_category/edugain.py
index a1cd357d..6687f24a 100644
--- a/src/saml2/entity_category/edugain.py
+++ b/src/saml2/entity_category/edugain.py
@@ -1,10 +1,13 @@
__author__ = 'rolandh'
COC = "http://www.geant.net/uri/dataprotection-code-of-conduct/v1"
+COCO = COC
RELEASE = {
"": ["eduPersonTargetedID"],
COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
- "displayName", "schacHomeOrganization"]
+ "displayName", "schacHomeOrganization"],
+ COCO: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
+ "displayName", "schacHomeOrganization"]
}