summaryrefslogtreecommitdiff
path: root/src/saml2/entity_category
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-06-14 18:48:36 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-06-14 18:48:36 +0200
commitf70b6d569222f8d405f53e76a30ac52e3dd5791b (patch)
tree7b45834e75e4c62e027e8c4d5be2910feafdb905 /src/saml2/entity_category
parent31b138e5bb0ba706aa5c77781a532737e020850d (diff)
downloadpysaml2-f70b6d569222f8d405f53e76a30ac52e3dd5791b.tar.gz
Should be mail and not email
Diffstat (limited to 'src/saml2/entity_category')
-rw-r--r--src/saml2/entity_category/edugain.py4
-rw-r--r--src/saml2/entity_category/swamid.py3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/saml2/entity_category/edugain.py b/src/saml2/entity_category/edugain.py
index 1e208f64..42c3acf9 100644
--- a/src/saml2/entity_category/edugain.py
+++ b/src/saml2/entity_category/edugain.py
@@ -4,7 +4,7 @@ COC = "http://www.edugain.org/dataprotection/coc-eu-01-draft"
RELEASE = {
"": ["eduPersonTargetedID"],
- COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "email",
- "givenName", "sn", "displayName", "schachomeorganization"]
+ COC: ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail",
+ "givenName", "sn", "displayName", "schacHomeOrganization"]
}
diff --git a/src/saml2/entity_category/swamid.py b/src/saml2/entity_category/swamid.py
index 838e01e4..78213a75 100644
--- a/src/saml2/entity_category/swamid.py
+++ b/src/saml2/entity_category/swamid.py
@@ -3,8 +3,7 @@ __author__ = 'rolandh'
NAME = ["givenName", "initials", "displayName", "sn"]
STATIC_ORG_INFO = ["c", "o", "ou"]
-OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "email",
- "mail"]
+OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail"]
# These give you access to information
RESEARCH_AND_EDUCATION = "http://www.swamid.se/category/research-and-education"