My web app is going to call a webservice.
I'm looking for best practices / guidance for logging onto the webservice so I know that an authorized user is trying to access it not just anyone.
My web app is going to call a webservice.
I'm looking for best practices / guidance for logging onto the webservice so I know that an authorized user is trying to access it not just anyone.
A Good Article on Authorization in WCF. It discusses many of the options.