SecurityContextToken Identifier value not an absolute URI
---------------------------------------------------------

                 Key: CXF-4078
                 URL: https://issues.apache.org/jira/browse/CXF-4078
             Project: CXF
          Issue Type: Bug
          Components: Services
    Affects Versions: 2.5.2
            Reporter: Oliver Wulff
            Assignee: Oliver Wulff
             Fix For: 2.5.3


The issued security context token contains an invalid value for the Identifier 
element:

<wsc:SecurityContextToken wsu:Id="sctId-2AC71332E5480B287913279981488202" 
xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512"; 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";>
   <wsc:Identifier>2AC71332E5480B287913279981488201</wsc:Identifier>
</wsc:SecurityContextToken>

Add a property to the SCTProvider to configure the scheme of the URI. Default 
could be uuid:

   <wsc:Identifier>uuid:2AC71332E5480B287913279981488201</wsc:Identifier>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to