File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,11 @@ def _get_attribute_value(
110
110
return saml_attribute [0 ]
111
111
else :
112
112
logger .error (
113
- "attributes[saml_attr] attribute "
114
- "value is missing. Probably the user "
115
- "session is expired."
113
+ "attributes[saml_attr] attribute value is missing. "
114
+ f"Either the user session is expired or your mapping is invalid.\n "
115
+ f"django_field: { django_field } \n "
116
+ f"attributes: { attributes } \n "
117
+ f"attribute_mapping: { attribute_mapping } "
116
118
)
117
119
118
120
def authenticate (
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def read(*rnames):
27
27
28
28
setup (
29
29
name = "djangosaml2" ,
30
- version = "1.5.2 " ,
30
+ version = "1.5.3 " ,
31
31
description = "pysaml2 integration for Django" ,
32
32
long_description = read ("README.md" ),
33
33
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments