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 d588d12 commit 3b124a3Copy full SHA for 3b124a3
1 file changed
src/onelogin/saml2/settings.py
@@ -70,7 +70,7 @@ def __init__(self, settings=None, custom_base_path=None, sp_validation_only=Fals
70
:param custom_base_path: Path where are stored the settings file and the cert folder
71
:type custom_base_path: string
72
"""
73
- self.__sp_validation_only = False
+ self.__sp_validation_only = sp_validation_only
74
self.__paths = {}
75
self.__strict = False
76
self.__debug = False
0 commit comments