Closed
Description
Reference: dotnet/SqlClient#305
The current workaround for using integrated auth on Linux and Mac platforms is really a bad user experience. It suffers from limitations I put out in the link above.
I want to be able to create a form where I ask the user for their username and password, authenticate with kerberos and then connect to a SqlServer with this integrated auth system.
I want the ability to do this in .NET Core and then be able to pass that to the connection string used for sql connections.