[wsf-c-dev] [jira] Created: (WSFPHP-78) Even if the
"securityTokenRefernce" is
set to "IssuerSerial"/"EmbeddedToken" in the client, the message is sent as
"KeyIdentifier"
Evanthika Amarasiri (JIRA)
jira at wso2.org
Mon Jul 23 03:41:42 PDT 2007
Even if the "securityTokenRefernce" is set to "IssuerSerial"/"EmbeddedToken" in the client, the message is sent as "KeyIdentifier"
----------------------------------------------------------------------------------------------------------------------------------
Key: WSFPHP-78
URL: http://www.wso2.org/jira/browse/WSFPHP-78
Project: WSO2 WSF/PHP
Issue Type: Bug
Components: WS-Policy Support
Affects Versions: 1.0.0beta
Environment: Windows XP
Reporter: Evanthika Amarasiri
When the "securityTokenReference" is set to "IssuerSerial" or "EmbeddedToken" it always sends the message as "KeyIdentifier"
***************************************************************
$sec_array = array("encrypt"=>TRUE,
"algorithmSuite" => "Basic128Rsa15",
"securityTokenReference" => "IssuerSerial");
***************************************************************
The following is what you see through the TCPMon
*******************************************************************************************************************************************************************************************************
<wsse:SecurityTokenReference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">Xeg55vRyK3ZhAEhEf+YT0z986L0=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
*******************************************************************************************************************************************************************************************************
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list