wcf security - Implementing Basic Authentication in WCF -


i've requirement implement basic authentication in wcf user credentials stored in database instead of active directory. whenever client call service method i've username & password soap headers , authenticate using database. can body point out references implement this?

note: service using basic-http binding.

what want use? combining multiple authentication strategies because basic authentication refers basic http authentication , doesn't use soap header. uses http header.

if want use basic http authentication choices differ hosting type:

if want use authentication based on soap header can again use custom password validator.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -