We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa181cd commit 8d9c975Copy full SHA for 8d9c975
djangosaml2/views.py
@@ -265,7 +265,6 @@ def post(self,
265
"""
266
SAML Authorization Response endpoint
267
268
- import epdb; epdb.set_trace()
269
attribute_mapping = attribute_mapping or get_custom_setting('SAML_ATTRIBUTE_MAPPING', {'uid': ('username', )})
270
create_unknown_user = create_unknown_user if create_unknown_user is not None else \
271
get_custom_setting('SAML_CREATE_UNKNOWN_USER', True)
0 commit comments