File: myentitycategory.py

package info (click to toggle)
python-pysaml2 7.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 39,420 kB
  • sloc: xml: 387,705; python: 66,381; makefile: 156; sh: 80
file content (16 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CUSTOM_R_AND_S = ['eduPersonTargetedID',
           'eduPersonPrincipalName',
           'mail',
           'displayName',
           'givenName',
           'sn',
           'eduPersonScopedAffiliation',
           'eduPersonUniqueId'
           ]

RESEARCH_AND_SCHOLARSHIP = "http://refeds.org/category/research-and-scholarship"

RELEASE = {
    "": ["eduPersonTargetedID"],
    RESEARCH_AND_SCHOLARSHIP: CUSTOM_R_AND_S,
}