[wsf-c-dev] [jira] Closed: (WSFPHP-80) The Server sends the message
as "KeyIdentifier" even if the "securityTokenRefernce" is set to
"IssuerSerial"/"EmbeddedToken" in the *_service.php files
Dushshantha Chandradasa (JIRA)
jira at wso2.org
Fri Feb 29 00:25:44 PST 2008
[ https://wso2.org/jira/browse/WSFPHP-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dushshantha Chandradasa closed WSFPHP-80.
-----------------------------------------
Assignee: (was: Buddhika Semasinghe)
> 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: https://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
> 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: https://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