Reputation: 2299
I need your help. I have a requirement to perform secure log in for my silverlight application(using wcf). I am launching this app from old call center software. From here, I need to pass some information to silverlight app in a secured manner (currently passing as url parameters). I doesn't want to provide log in screen again, because the user is already authenticated by call center s/w.
Please provide me your valuble suggestions.
Thanks in advance, Raghavendra K.
Upvotes: 0
Views: 55
Reputation: 3099
There are many ways for passing data between applications in Web. You mentioned one of them: query string. There are others, such as Cookies and POST data.
Upvotes: 1