The new MVC5 and Web API 2 templates launch a selection mechanism that allows the user to select an authentication scheme. The current templates would relate to the "No Authentication" option. We need to add additional templates that add the OWIN and/or WIF authentication given some parameters. If nothing else, we could add the Startup class and insert placeholders and a README to inform the user how to complete the configuration.
The new MVC5 and Web API 2 templates launch a selection mechanism that allows the user to select an authentication scheme. The current templates would relate to the "No Authentication" option. We need to add additional templates that add the OWIN and/or WIF authentication given some parameters. If nothing else, we could add the
Startup
class and insert placeholders and a README to inform the user how to complete the configuration.