Are there any actual working examples out there on how to integrate Duo Universal Prompt with an ASP.Net Webforms application? The only article that appears for this is search is at https://www.brandonclaps.com/duo-universal-c-asp-net-web-forms/
But, I am getting empty querystrings in the Page_Load event handler of the redirect page. Any guidance will be helpful.
If I add MVC functionality to my ASP.Net Framework project, will it be possible to make the authentication work? The example C# project provided by Duo github is a .Net Core project. I see that the callback.cshtml page that receives the authentication information once the user has been returned from the Duo authentication page. Will it work on a .Net Framework MVC page if I introduce MVC to my project?
If nothing else, can I get an example of implementing it with MVC or Razor pages for an ASP.Net Framework 4x project?
Thank you.