Previous logs obtained when I set "EncryptionProperties" as follow. This is
same as default value when I comment "EncryptionProperties" out. I don't
know why it doesn't work.
<bean id="encProperties"
class="org.apache.cxf.sts.service.EncryptionProperties">
<property name="encryptionAlgorithm" value="
http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
<property name="keyWrapAlgorithm" value="
http://www.w3.org/2001/04/xmlenc#rsa-1_5" />
<!--property name="keyWrapAlgorithm" value="
http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" /-->
</bean>
On Wed, Jul 18, 2012 at 10:50 AM, Gina Choi <[email protected]> wrote:
> Hi Colm,
>
> I abbreviated content of soap request from WSC to WSP to save space
> previously. I have attached zip logs from WSC, STS and WSP for your
> reference. I do see EncryptedData from WSC to WSP request.
>
> Thanks.
>
> Gina
>
>
> On Wed, Jul 18, 2012 at 9:55 AM, Colm O hEigeartaigh
> <[email protected]>wrote:
>
>>
>> Are you sure you're using the ut_encrypted port? Because the token that
>> is issued by the STS is encrypted for the WSP and so should appear in the
>> WSC -> WSP request as an "EncryptedData" structure, whereas in your
>> test-case I can see the SAML Assertion.
>>
>> Colm.
>>
>>
>