summaryrefslogtreecommitdiff
path: root/src/saml2/entity_category/edugain.py
blob: 533af426d6435a30ae6484d4894fd306ffc0dbac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__author__ = 'rolandh'

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

RELEASE = {
    "": ["eduPersonTargetedID"],
    # COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
    #       "displayName", "schacHomeOrganization"],
    COCO: ["eduPersonPrincipalName", "eduPersonScopedAffiliation",
           'eduPersonAffiliation', "mail", "displayName", 'cn',
           "schacHomeOrganization"]
}

ONLY_REQUIRED = {COCO: True}