File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,10 @@ $advancedSettings = array (
396396 // and <samlp:LogoutResponse > elements received by this SP to be signed.
397397 'wantMessagesSigned' => false,
398398
399+ // Indicates a requirement for the <saml:Assertion > elements received by
400+ // this SP to be encrypted.
401+ 'wantAssertionsEncrypted' => false,
402+
399403 // Indicates a requirement for the <saml:Assertion > elements received by
400404 // this SP to be signed. [Metadata of the SP will offer this info]
401405 'wantAssertionsSigned' => false,
Original file line number Diff line number Diff line change 3838 // <samlp:LogoutResponse> elements received by this SP to be signed.
3939 'wantMessagesSigned ' => false ,
4040
41+ // Indicates a requirement for the <saml:Assertion> elements received by
42+ // this SP to be encrypted.
43+ 'wantAssertionsEncrypted ' => false ,
44+
4145 // Indicates a requirement for the <saml:Assertion> elements received by
4246 // this SP to be signed. [The Metadata of the SP will offer this info]
4347 'wantAssertionsSigned ' => false ,
You can’t perform that action at this time.
0 commit comments