.net - WCF Security across multiple services -


we moving our old .net 1.1 remoted system .net 4.0 wcf architecture. part of system desktop client app using call 300+ functions sit on our middle tier.

we consolidating these remotable functions 9 services need way verify user has first performed "login" function before other subsequent wcf calls.

since login happens on 1 of these services, not sure if there way "federate" across services. (all hosted on same machine, same domain.) exposing services on net.tcp goal of allowing wshttp binding external clients in long run. (not sure if different binding might help)

what i've come host singleton holds authentication info. when user login verified , submitted "security store" return guid client send subsequent wcf calls.

and each wcf call validate against singleton "security store".

so question is... can use native wcf accomplish same goal?

this table secect binding enter image description here

about security, wcf has several types auth, securitymode

ask particularized, security in wcf big topic


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -