You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2014/05/06 11:12:35 UTC

[jira] [Closed] (WSS-479) Inbound streaming does not handle Symmetric Holder-Of-Key correctly

     [ https://issues.apache.org/jira/browse/WSS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh closed WSS-479.
-----------------------------------


> Inbound streaming does not handle Symmetric Holder-Of-Key correctly
> -------------------------------------------------------------------
>
>                 Key: WSS-479
>                 URL: https://issues.apache.org/jira/browse/WSS-479
>             Project: WSS4J
>          Issue Type: Bug
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0.0
>
>
> The streaming code has a problem when processing a request which contains a Holder-of-key SAML Assertion with a Subject which has an EncryptedKey in the KeyInfo, and a Signature in the security header which uses HMAC + points to the SAML Assertion.
> The following code in SecurityTokenFactoryImpl:
> if (keyInfoType != null) {
>             final SecurityTokenReferenceType securityTokenReferenceType
>                     = XMLSecurityUtils.getQNameType(keyInfoType.getContent(), WSSConstants.TAG_wsse_SecurityTokenReference);
> ... bypasses the EncryptedKey, and instead only returns a SecurityToken of the (encrypting) certificate. Instead it should detect that the immediate child of KeyInfo is an EncryptedKey + process this accordingly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org