Skip to content

Commit 19d6484

Browse files
authored
Merge pull request SAML-Toolkits#132 from LukasReschke/patch-1
Add note for "wantAssertionsEncrypted"
2 parents 64aff7d + e91cd05 commit 19d6484

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

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

advanced_settings_example.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
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,

0 commit comments

Comments
 (0)