Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - STS (Security Token Service) using TCP transport

 
 
Old 03-29-2006   #1 (permalink)
Cooly Martziano


 
 

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.

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
The system event notification service service failed logon ... token does not exist General Discussion
FAX Mail Transport Service Vista print fax & scan
Security Service and Windows Wireless Service stopped working Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46