summaryrefslogtreecommitdiff
path: root/src/saml2/entity_category/incommon.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/entity_category/incommon.py')
-rw-r--r--src/saml2/entity_category/incommon.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/saml2/entity_category/incommon.py b/src/saml2/entity_category/incommon.py
index 9df7730b..82c9dab4 100644
--- a/src/saml2/entity_category/incommon.py
+++ b/src/saml2/entity_category/incommon.py
@@ -1,10 +1,15 @@
-__author__ = 'rolandh'
+__author__ = "rolandh"
RESEARCH_AND_SCHOLARSHIP = "http://id.incommon.org/category/research-and-scholarship"
RELEASE = {
"": ["eduPersonTargetedID"],
- RESEARCH_AND_SCHOLARSHIP: ["eduPersonPrincipalName",
- "eduPersonScopedAffiliation", "mail",
- "givenName", "sn", "displayName"]
+ RESEARCH_AND_SCHOLARSHIP: [
+ "eduPersonPrincipalName",
+ "eduPersonScopedAffiliation",
+ "mail",
+ "givenName",
+ "sn",
+ "displayName",
+ ],
}