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 1fbb515 commit b14e438Copy full SHA for b14e438
README.md
@@ -526,7 +526,7 @@ Using ````parse_remote```` IdP metadata can be obtained and added to the setting
526
idp_data = OneLogin_Saml2_IdPMetadataParser.parse_remote('https://example.com/auth/saml2/idp/metadata')
527
``
528
529
-You can specify a timeout in seconds for metadata retrieval, if not it is not guaranteed that the request will complete
+You can specify a timeout in seconds for metadata retrieval, without it is not guaranteed that the request will complete
530
531
532
idp_data = OneLogin_Saml2_IdPMetadataParser.parse_remote('https://example.com/auth/saml2/idp/metadata', timeout=5)
0 commit comments