Skip to content

Commit 2de73ac

Browse files
committed
Add digestAlgorithm info on the Readme
1 parent a237530 commit 2de73ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)