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 a4a26f7 commit 5d907e6Copy full SHA for 5d907e6
1 file changed
src/onelogin/saml2/settings.py
@@ -484,7 +484,6 @@ def check_sp_settings(self, settings):
484
if 'isRequired' in req_attrib and type(req_attrib['isRequired']) != bool:
485
errors.append('sp_attributeConsumingService_requestedAttributes_isRequired_type_invalid')
486
487
-
488
if 'singleLogoutService' in sp and \
489
'url' in sp['singleLogoutService'] and \
490
len(sp['singleLogoutService']['url']) > 0 and \
@@ -813,4 +812,4 @@ def is_debug_active(self):
813
812
:returns: Debug parameter
814
:rtype: boolean
815
"""
816
- return self.__debug
+ return self.__debug
0 commit comments