c# - Windows Authentication, Custom permissions, WCF, Active Directory -
I have a client / server project, communication with WCF (now designated pipes for now, but it can change - but I IIS can not use it). This project is integrated with Active Directory.
This program is designed to give user permissions, which is usually not allowed by acting as a type of proxy, the user uses the client to "request" to work. is. Then the client works for the client, until the certain criteria are met.
One of the criteria is that the user has permission to request this work. I need a way to guarantee the identity of the user for my WCF service, compare it to a database, and either work, or reject the job.
How do I use Windows authentication for 100% guarantee?
Mike
There is a Windows certification for named pipes (Net Named PipBing below Scroll). You can do this for example ... Once you have the identity, you know that Windows has authenticated this user properly and you can do that identification in your DB.
Comments
Post a Comment