File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 1515from urllib import quote_plus
1616
1717import dm .xmlsec .binding as xmlsec
18- import copy
1918
2019from onelogin .saml2 .settings import OneLogin_Saml2_Settings
2120from onelogin .saml2 .response import OneLogin_Saml2_Response
You can’t perform that action at this time.
0 commit comments