Re: SecurityTokenReference
- From: "Pablo Cibraro [MVP]" <pcibraro@xxxxxxxxxxx>
- Date: Wed, 25 Oct 2006 14:09:11 -0400
Hi Felix,
You can do it with Microsoft WSE.
There are many kinds of security token (UsernameToken, Kerberos, SAML, X509,
etc) that you can send to a service secured with WS-Security. Microsoft WSE
supports most of them, but you have to be sure about what kind of token the
service is expecting.
Regards,
Pablo.
"F.Mondelo" <felixmondelo@xxxxxxxxx> wrote in message
news:1161782295.100548.47360@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I need to send the next security header to a java application from a
..Net WS Client:
<wsse:Security
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:SecurityTokenReference>
<wsse:Reference ValueType="xxxxx">reference_value</wsse:Reference>
</wsse:SecurityTokenReference>
</wsse:Security>
I can´t do this in code (I only get it loading a XML Document with
previous xml code on Security object). Someone knows how do this?
.
- References:
- SecurityTokenReference
- From: F.Mondelo
- SecurityTokenReference
- Prev by Date: Re: UltimateReceiver.GetClientToken<UsernameToken>() returns null
- Next by Date: Re: WSE 3 and web farms
- Previous by thread: SecurityTokenReference
- Next by thread: Re: UltimateReceiver.GetClientToken<UsernameToken>() returns null
- Index(es):