We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a7a48 commit 9e11decCopy full SHA for 9e11dec
1 file changed
src/Saml2/Response.php
@@ -383,7 +383,7 @@ public function isValid($requestId = null)
383
$encryptedIDNodes = Utils::query($this->decryptedDocument, '/samlp:Response/saml:Assertion/saml:Subject/saml:EncryptedID');
384
if ($encryptedIDNodes->length > 0) {
385
throw new ValidationError(
386
- 'Unsigned SAML Response that contains a signed and encrypted Assertion with encrypted nameId is not supported.',
+ 'SAML Response that contains an encrypted Assertion with encrypted nameId is not supported.',
387
ValidationError::NOT_SUPPORTED
388
);
389
}
0 commit comments