blob: 82c9dab46b6ef41008247222a5aef76fee4c31a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
__author__ = "rolandh"
RESEARCH_AND_SCHOLARSHIP = "http://id.incommon.org/category/research-and-scholarship"
RELEASE = {
"": ["eduPersonTargetedID"],
RESEARCH_AND_SCHOLARSHIP: [
"eduPersonPrincipalName",
"eduPersonScopedAffiliation",
"mail",
"givenName",
"sn",
"displayName",
],
}
|