Skip to content

Commit 49bb674

Browse files
author
Roland Hedberg
committed
REFEDS entity categories.
1 parent cd493dd commit 49bb674

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/saml2/entity_category/refeds.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
__author__ = 'rolandh'
2+
3+
RESEARCH_AND_SCHOLARSHIP = "http://refeds.org/category/research-and-scholarship"
4+
5+
RELEASE = {
6+
"": ["eduPersonTargetedID"],
7+
RESEARCH_AND_SCHOLARSHIP: ["eduPersonPrincipalName",
8+
"eduPersonScopedAffiliation", "mail",
9+
"givenName", "sn", "displayName"]
10+
}
11+

0 commit comments

Comments
 (0)