Commit aa63a5a
committed
Cover the Thumbprint key reference in both directions
The matrix had BinarySecurityToken, SubjectKeyIdentifier and IssuerSerial but no Thumbprint row, and the
oracle already supported the reference on both sides. The PHP-outbound row is the one that matters: the PHP
side emitted its KeyIdentifier in the WSS 1.1 namespace, where no KeyIdentifier element is declared, and
WSS4J answers "Unsupported KeyInfo type". A PHP round trip could not catch that, because the PHP reader
accepts either namespace on the way in.1 parent 12b750a commit aa63a5a
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| 140 | + | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
| |||
0 commit comments