Skip to content

Commit 2cf6bdb

Browse files
author
Roland Hedberg
committed
Transition from CoC to CoCo which is the correct name.
1 parent 0111b9b commit 2cf6bdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/saml2/entity_category/edugain.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
__author__ = 'rolandh'
22

33
COC = "http://www.geant.net/uri/dataprotection-code-of-conduct/v1"
4+
COCO = COC
45

56
RELEASE = {
67
"": ["eduPersonTargetedID"],
78
COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
8-
"displayName", "schacHomeOrganization"]
9+
"displayName", "schacHomeOrganization"],
10+
COCO: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
11+
"displayName", "schacHomeOrganization"]
912
}
1013

0 commit comments

Comments
 (0)