I am new to WCF, trying to create a .net WCF service app. i need to accept a xmldocumnet obj and username , password, do the authentication against Active directory and only allow certian role users. i cannot use IIS integrated or basic auth as some of my clinet cannot fo NTLM or Basic windows auth.
Is there a easy way in WCF to implement windows authentication and restrict role sevice?