If I have an existing project in Visual Studio 2013, how do I change the authentication? During a new project setup, there is a "Change Authentication" button, but I cannot find the equivalent for an existing project.
To configure the authentication manually, open Visual Studio project properties >> go to Debug tab. It has the option to configure the same. Alternatively, we can also configure Windows Authentication related properties into launchSettings. json file.
Add OWIN startup and authentication configuration classesIn Solution Explorer, right-click your project, select Add, and then Add New Item. In the search text box dialog, type "owin". Name the class "Startup" and select Add.
This can be done from project properties. I'm posting a link to the article which explains how to do this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With