I was demonstrating my WPF application to a customer and he asked me if I have LDAP or can integrated with Active Directory (AD).
My application has its own in-build user security and data access security. I use my security framework to authenticate and give rights on screen and data access. The client asked me if I could add or integrate with active directory. He need the user to just remember his Windows password and not of my application.
I could implement Active Directory logic but then I have to modify my application to associate an Active Directory user with my application's users so when the AD user logs in then he is authenticated and associated as my local user since the local user need to be associated with his security and data access settings. Is this the way to go?
I will be using .NET 3.5 classes for this etc. This would mean the administrator of my application should go to the user screen and associate the local user with the LDAP user also.?