We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362e2cb commit 49574c3Copy full SHA for 49574c3
src/onelogin/saml2/idp_metadata_parser.py
@@ -200,7 +200,7 @@ def parse(
200
data['sp']['NameIDFormat'] = idp_name_id_format
201
202
if certs is not None:
203
- if (len(certs) == 1 and \
+ if (len(certs) == 1 and
204
(('signing' in certs and len(certs['signing']) == 1) or
205
('encryption' in certs and len(certs['encryption']) == 1))) or \
206
(('signing' in certs and len(certs['signing']) == 1) and
0 commit comments