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 4a98ea8 commit f64c157Copy full SHA for f64c157
1 file changed
src/onelogin/saml2/settings.py
@@ -372,7 +372,7 @@ def check_idp_settings(self, settings):
372
if 'security' in settings:
373
security = settings['security']
374
375
- exists_x509 = ('x509cert' in idp and
+ exists_x509 = ('x509cert' in idp and
376
len(idp['x509cert']) > 0)
377
exists_fingerprint = ('certFingerprint' in idp and
378
len(idp['certFingerprint']) > 0)
0 commit comments