Hi everybody, here is THE question: We have asp.net applications, we're using form authentication for which we validate on our Active Directory. Currently, we use one MSSQL sql account for connecting to MSSQL, but we would like to use the credentials of the
authenticated user. I found 'System.Net.NetworkCredentials' to track credentials such as UserName, Password and Domain. We can use this credential object for connecting to webServices but I haven't found how to use this credential objet with an SqlConnection?
The goal would be to be able to give access to groups in Active Directory and then give rights to these groups in MSSQL. Anyone know how to do it or how I could get around? Thanks
carcajourast...
Member
5 Points
1 Post
Form Authentication on AD + SqlConnection with AD Credentials
Mar 18, 2005 02:15 PM|LINK