Issue Type: Feature Request Feature Request
Assignee: Anil Saldhana
Components: Federation
Created: 05/Sep/13 5:07 PM
Description:

In StandardRequestHandler.java at line 209 we need to substitute:

combinedSecret = Base64.encode(WSTrustUtil.P_SHA1(clientSecret, serverSecret, (int) keySize / 8));

with:

combinedSecret = WSTrustUtil.P_SHA1(clientSecret, serverSecret, (int) keySize / 8);

this because the standard doesn't talk about the need to have the encrypted key base64 encoded and the remote system doesn't know if it is or not.

Project: PicketLink
Priority: Major Major
Reporter: Derek Horton
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira