Skip to content

Commit b28bb14

Browse files
committed
Signatures in SAML messages SHOULD NOT contain transforms other than the enveloped signature transform or the exclusive canonicalization transforms
1 parent d9073c6 commit b28bb14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/XML/SignableElementTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ public function sign(
6363
Assert::oneOf(
6464
$canonicalizationAlg,
6565
[
66-
C::C14N_INCLUSIVE_WITH_COMMENTS,
67-
C::C14N_INCLUSIVE_WITHOUT_COMMENTS,
6866
C::C14N_EXCLUSIVE_WITH_COMMENTS,
6967
C::C14N_EXCLUSIVE_WITHOUT_COMMENTS,
7068
],

0 commit comments

Comments
 (0)