Skip to content

Commit 3ade98c

Browse files
committed
typo
1 parent e01b146 commit 3ade98c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,14 @@ In addition to the required settings data (idp, sp), there is extra information
360360
// and <samlp:LogoutResponse> elements received by this SP to be signed.
361361
"wantMessagesSigned": false,
362362

363-
// this SP to be encrypted.
364-
'wantAssertionsEncrypted' => false,
365-
366-
// Indicates a requirement for the <saml:Assertion> elements received by
367363
// Indicates a requirement for the <saml:Assertion> elements received by
368364
// this SP to be signed. [Metadata of the SP will offer this info]
369365
"wantAssertionsSigned": false,
370366

367+
// Indicates a requirement for the <saml:Assertion>
368+
// elements received by this SP to be encrypted.
369+
'wantAssertionsEncrypted' => false,
370+
371371
// Indicates a requirement for the NameID element on the SAMLResponse
372372
// received by this SP to be present.
373373
"wantNameId": true,

0 commit comments

Comments
 (0)