[wsf-c-dev] [jira] Resolved: (WSFPHP-80) The Server sends the
message as
"KeyIdentifier" even if the "securityTokenRefernce" is set to
"IssuerSerial"/"EmbeddedToken" in the *_service.php files
Buddhika Semasinghe (JIRA)
jira at wso2.org
Thu Nov 29 22:23:03 PST 2007
[ http://wso2.org/jira/browse/WSFPHP-80?page=all ]
Buddhika Semasinghe resolved WSFPHP-80.
---------------------------------------
Resolution: Fixed
FIxed
> The Server sends the message as "KeyIdentifier" even if the "securityTokenRefernce" is set to "IssuerSerial"/"EmbeddedToken" in the *_service.php files
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WSFPHP-80
> URL: http://wso2.org/jira/browse/WSFPHP-80
> Project: WSO2 WSF/PHP
> Issue Type: Bug
> Components: WS-Security Support
> Affects Versions: Current (nightly)
> Environment: Windows XP, MySQL 5.0
> Reporter: Evanthika Amarasiri
> Assigned To: Buddhika Semasinghe
> Fix For: 1.2.0
>
>
> When the "securityTokenReference" is set to "IssuerSerial" or "EmbeddedToken" in the *_services.php files it always sends the message as "KeyIdentifier"
> ***************************************************************
> $sec_array = array("encrypt" => TRUE,
> "algorithmSuite" => "Basic128Rsa15",
> "securityTokenReference" => "EmbeddedToken");
> ***************************************************************
> The following is what you see through the TCPMon
> *******************************************************************************************************************************************************************************************************
> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
> <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">CuJdE1B2dUFd1dkLZSzQ5vj6MYg=</wsse:KeyIdentifier>
> </wsse:SecurityTokenReference>
> </ds:KeyInfo>
> *******************************************************************************************************************************************************************************************************
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://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