We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c010a2 commit 054f8e6Copy full SHA for 054f8e6
src/onelogin/saml2/idp_metadata_parser.py
@@ -68,8 +68,7 @@ def parse(
68
idp_metadata,
69
required_sso_binding=OneLogin_Saml2_Constants.BINDING_HTTP_REDIRECT,
70
required_slo_binding=OneLogin_Saml2_Constants.BINDING_HTTP_REDIRECT,
71
- index=0
72
- ):
+ index=0):
73
"""
74
Parses the Identity Provider metadata and return a dict with extracted data.
75
0 commit comments