Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on WPF application. I am using claims based authentication using windows identity foundation. I created custom STS service for that. My WPF app communicates 3 WCF services(Relying parties).When I created wcf service proxy and sends requests, it first gets the security token from STS service and gets authorize to serve the request. Each wcf service proxy gets the security token from custom STS service and processed the requests. My WPF app is working fine. My 3 WCF services using same STS service and same certificate. Is there any way to use one wcf service proxy security token for another wcf proxy security token without communicate with STS service from WPF app?
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