I have a WPF desktop application that is deployed and it works fine within the corp network.
Now we have a new requirement that the application is to be used outside of the corp network. The application uses Windows authentication to connect to the database and I use entity framework to connect to SQL server. I cannot use SQL authentication as the SQL server is in Windows authentication and it cannot be changed.
How can I make this work outside of the corp network?