Can somebody point to a tutorial that explains best practice/guidance for implementing authentication and authorisation modules using SQL and Active directory membership for WCF web services.
Basically, I have a business functionality exposed using wcf webservice and now been asked to add a security wrapper around it for external (SQL based) and internal (ActiveDirectory based) users. Is the enterprise libray 5.0 best fit for this job or is there
any other framework that allows to do the same.
Thanks in advance
Please don't forget to mark this as "ANSWER." "Sharing is caring..."
Angad Bhat
Member
593 Points
146 Posts
Authorisation and Authentication for WCF services (SOAP + Rest) using SQL & AD memberships
Feb 23, 2012 01:14 PM|LINK
Can somebody point to a tutorial that explains best practice/guidance for implementing authentication and authorisation modules using SQL and Active directory membership for WCF web services.
Basically, I have a business functionality exposed using wcf webservice and now been asked to add a security wrapper around it for external (SQL based) and internal (ActiveDirectory based) users. Is the enterprise libray 5.0 best fit for this job or is there any other framework that allows to do the same.
Thanks in advance
"Sharing is caring..."
Thank you!
sukumarraju
All-Star
17361 Points
3059 Posts
Re: Authorisation and Authentication for WCF services (SOAP + Rest) using SQL & AD memberships
Feb 26, 2012 08:42 PM|LINK
patterns & practices: WCF Security Guidance from Codeplex
* Documentation and source availble
http://burcakcakiroglu.com/?p=2083
*Refer links on right hand side of the above URL. It is required to scroll down a bit to view Recent Posts sub title
http://msdn.microsoft.com/en-us/magazine/cc948343.aspx
Similar post with useful info here
Application Architecture Guide 2.0
My Blog
Twitter