Click here to Skip to main content
15,885,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I am developing client application which communicates with OPC UA server.
This server can accept Windows access token.
Before passing windows Access token to the server I want to convert in WS-Security compliant Security Token.
1) Since my application is running on windows I believe that default token that I can get from “OpenThreadToken()” will be Kerberos token and it is WS security complaint.Let me know if I am correct here in my understanding.
2) How do I convert this token in XML format which can be send in the SOAP message header using C++.
3) Do I need to apply any kind of encrypting before sending this token?
4) Can you please provide some links, sites where this kind of information is available?

Thanks,

Ashish
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900