Skip to content

Commit 74181e9

Browse files
committed
Document the wantAssertionsEncrypted parameter
1 parent 3659de8 commit 74181e9

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@ In addition to the required settings data (idp, sp), there is extra information
333333
// this SP to be signed. [Metadata of the SP will offer this info]
334334
"wantAssertionsSigned": false,
335335

336+
// Indicates a requirement for the <saml:Assertion>
337+
// elements received by this SP to be encrypted.
338+
'wantAssertionsEncrypted' => false,
339+
336340
// Indicates a requirement for the NameID element on the SAMLResponse
337341
// received by this SP to be present.
338342
"wantNameId": true,

demo-django/saml/advanced_settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"wantAssertionsSigned": false,
1010
"wantNameId" : true,
1111
"wantNameIdEncrypted": false,
12+
"wantAssertionsEncrypted": false,
1213
"signatureAlgorithm": "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
1314
},
1415
"contactPerson": {

demo-flask/saml/advanced_settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"wantAssertionsSigned": false,
1010
"wantNameId" : true,
1111
"wantNameIdEncrypted": false,
12+
"wantAssertionsEncrypted": false,
1213
"signatureAlgorithm": "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
1314
},
1415
"contactPerson": {

0 commit comments

Comments
 (0)