Skip to content

Commit b794a89

Browse files
committed
Added to readme
1 parent 50cbbf7 commit b794a89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,11 @@ In addition to the required settings data (idp, sp), extra settings can be defin
451451
// 'http://www.w3.org/2001/04/xmlenc#sha256'
452452
// 'http://www.w3.org/2001/04/xmldsig-more#sha384'
453453
// 'http://www.w3.org/2001/04/xmlenc#sha512'
454-
'digestAlgorithm': "http://www.w3.org/2001/04/xmlenc#sha256"
454+
'digestAlgorithm': "http://www.w3.org/2001/04/xmlenc#sha256",
455+
456+
// Specify if you want the SP to view assertions with duplicated Name or FriendlyName attributes to be valid
457+
// Defaults to false if not specified
458+
'allowRepeatAttributeName': false
455459
},
456460

457461
// Contact information template, it is recommended to suply a

0 commit comments

Comments
 (0)