Using Sharepoint Designer 2013, I'd like to add a data source that connects to a SQL server database. Then, I plan to use a data view web part to edit data in the table.
The problem I have is Sharepoint designer requires that I enter a username and password when i create the data source. I want each user to authenticate against the database using their Windows credentials so i can audit changes. All our database permissions are granted via Windows groups.
Is there a way to connect Sharepoint to a database using the current user's Windows credentials?