Third party app: Using WCF authentication and authorization?
I was wondering how we could reuse such a framework to enable security for third party apps? For e.g., i'd like to hook up SQL Server Reporting Services 2005 (setting it to Forms Authentication) with the WCF security framework. I am not considering any built-in support for ASP.Net role and membership providers because non-MS apps will likely not provide support for it.
I'd like to get suggestions on how we could hook into the WCF framework for an external app. Any ideas?

