summaryrefslogtreecommitdiff
path: root/src/saml2/attributemaps
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-03-27 11:12:41 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-03-27 11:12:41 +0100
commiteeb4b5d694f4b0cce199a778a8f90f595cd51075 (patch)
tree7c00b973d56e741726cd64a1889f474578e21ea1 /src/saml2/attributemaps
parente28cf613a2f6500d770175019a651e22ba097d02 (diff)
downloadpysaml2-eeb4b5d694f4b0cce199a778a8f90f595cd51075.tar.gz
Fixed a problem with filtering assertion by required/optional attributes.
Diffstat (limited to 'src/saml2/attributemaps')
-rw-r--r--src/saml2/attributemaps/saml_uri.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saml2/attributemaps/saml_uri.py b/src/saml2/attributemaps/saml_uri.py
index 877ffc60..9d05b8a7 100644
--- a/src/saml2/attributemaps/saml_uri.py
+++ b/src/saml2/attributemaps/saml_uri.py
@@ -177,6 +177,7 @@ MAP = {
'edupersonaffiliation': EDUPERSON_OID+'1',
'eduPersonPrincipalName': EDUPERSON_OID+'6',
'edupersonprincipalname': EDUPERSON_OID+'6',
+ 'eppn': EDUPERSON_OID+'6',
'localityName': X500ATTR_OID+'7',
'owner': X500ATTR_OID+'32',
'norEduOrgUnitUniqueNumber': NOREDUPERSON_OID+'2',