From cd493ddf115b0f28bb7040fa0fc1c27c4b594e84 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 17 Mar 2014 16:00:23 +0100 Subject: One more SWAMID static org attribute. --- src/saml2/entity_category/swamid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saml2') diff --git a/src/saml2/entity_category/swamid.py b/src/saml2/entity_category/swamid.py index 743eb97b..94ebe62e 100644 --- a/src/saml2/entity_category/swamid.py +++ b/src/saml2/entity_category/swamid.py @@ -2,7 +2,7 @@ __author__ = 'rolandh' NAME = ["givenName", "displayName", "sn"] -STATIC_ORG_INFO = ["c", "o", "co", "norEduOrgAcronym"] +STATIC_ORG_INFO = ["c", "o", "co", "norEduOrgAcronym", "schacHomeOrganization"] OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "mail"] # These give you access to information -- cgit v1.2.1