File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,13 @@ $advancedSettings = array (
470470 // 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512'
471471 'signatureAlgorithm' => 'http://www.w3.org/2000/09/xmldsig#rsa-sha1',
472472
473+ // Algorithm that the toolkit will use on digest process. Options:
474+ // 'http://www.w3.org/2000/09/xmldsig#sha1'
475+ // 'http://www.w3.org/2001/04/xmlenc#sha256'
476+ // 'http://www.w3.org/2001/04/xmldsig-more#sha384'
477+ // 'http://www.w3.org/2001/04/xmlenc#sha512'
478+ 'digestAlgorithm' => 'http://www.w3.org/2000/09/xmldsig#sha1',
479+
473480 // ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses
474481 // uppercase. Turn it True for ADFS compatibility on signature verification
475482 'lowercaseUrlencoding' => false,
You can’t perform that action at this time.
0 commit comments