WCF consumed by {JSON + ASP.NET} - Authentication, form or Windows?
hello
I have a WCF service to be consumed by both:
Code:
Consumer #1
ASP.NET - ASP.NET app uses form-authentication and impersonate a Windows user account WEBUSER. This is a web user account but by and large it works fine as the intention is to tighten the security. So ...
Consumer #2 JSON/AJAX all from web page in ASP.NET (Consumer #1)
Now, I added webpage to ASP.NET app that makes AJAX/JSON calls to the WCF Service. I'm not sure what to do in web.config of my WCF Service . Clients viewing the webpage are not always domain users (and we wouldn't want to tie down to this model anyway).
Bookmarks