Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a small website with simple data (e.g. calendar bookings). The website is readonly but you need to be logged in to view it (like at the dentists). I use asp.net membership for this so i have the membership up and running.

I want to provide an API for creating booking for some of my customers, i want to provide them with a WCF service so they can create their own bookings. It would be preferable to allow both http and tcp connections. Everything is running across the internet (some in different countries).

What kind of security do I need, i want the simplest solution (not state-of-the-art banking/government security - but simple soccer-club security), it would be enough to let me know the API key supplied each time. But how do I implement this? Should i use the asp.net membership, or manually chech the API key (should i do this each time the service is used - seems like a lot of overhead).

Any suggestions are very welcome.

share|improve this question
Can I close this as a duplicate of stackoverflow.com/questions/tagged/wcf-security? – John Saunders Jul 6 '11 at 19:50
yeah i think i can find my info there. – Brian Hvarregaard Jul 6 '11 at 19:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.