Skip to content

Commit e73ed4d

Browse files
committed
Notice that x509cert is require for validate HTTP-Redirect signatures
1 parent ad53d41 commit e73ed4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ This is the settings.json file:
286286
"x509cert": "<onelogin_connector_cert>"
287287
/*
288288
* Instead of use the whole x509cert you can use a fingerprint in order to
289-
* validate a SAMLResponse.
289+
* validate a SAMLResponse, but you will need it to validate LogoutRequest and LogoutResponse using the HTTP-Redirect binding.
290+
*
290291
* (openssl x509 -noout -fingerprint -in "idp.crt" to generate it,
291292
* or add for example the -sha256 , -sha384 or -sha512 parameter)
292293
*

src/onelogin/saml2/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from urllib import quote_plus
1616

1717
import dm.xmlsec.binding as xmlsec
18-
import copy
1918

2019
from onelogin.saml2.settings import OneLogin_Saml2_Settings
2120
from onelogin.saml2.response import OneLogin_Saml2_Response

0 commit comments

Comments
 (0)