![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | STS (Security Token Service) using TCP transport Hi, We are considering using STS for authentication and authorization. As far as I understand STS requires wsFederationHttpBinding which uses transport of HTTP, but I would like to use it with TCP transport. I've tried creating a customBinding with TCP transport but I get an exception about the order of the elements in the channel stack. The following section is the custom binding from the server's config file(based on the Federation sample). If I change the transport to Http (currently in remark) it works: <bindings> <customBinding> <binding name="CustomBinding"> <security authenticationMode="IssuedToken"> <issuedTokenParameters tokenType="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1"> <issuer address="http://localhost/FederationSample/BookStoreSTS/STS.svc" binding="wsHttpBinding" /> <issuerMetadata address="http://localhost/FederationSample/BookStoreSTS/STS.svc/mex" /> </issuedTokenParameters> <secureConversationBootstrap /> </security> <!--<httpTransport />--> <tcpTransport /> </binding> </customBinding> </bindings> Thanks. |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FAX Mail Transport Service | Ed VA | Vista print fax & scan | 1 | 03-10-2008 06:12 PM |
| Security Service and Windows Wireless Service stopped working | Kolin Tregaskes | Vista General | 3 | 06-11-2007 12:34 PM |
| security center service | =?Utf-8?B?YW1pdA==?= | Vista security | 0 | 07-28-2006 04:03 AM |