Skip to content

Commit 5975cc5

Browse files
author
Roland Hedberg
committed
Updated entity categories.
1 parent 1aed30a commit 5975cc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/saml2/entity_category/edugain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
RELEASE = {
66
"": ["eduPersonTargetedID"],
77
COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
8-
"givenName", "sn", "displayName", "schacHomeOrganization"]
8+
"displayName", "schacHomeOrganization"]
99
}
1010

src/saml2/entity_category/swamid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__author__ = 'rolandh'
22

33

4-
NAME = ["givenName", "initials", "displayName", "sn"]
5-
STATIC_ORG_INFO = ["c", "o", "ou"]
4+
NAME = ["givenName", "displayName", "sn"]
5+
STATIC_ORG_INFO = ["c", "o", "co"]
66
OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail"]
77

88
# These give you access to information

0 commit comments

Comments
 (0)