With current versions of C# can't find any examples on how to verify on my website that a user's credentials is them. So we are trying to create a basic webapp and yes we can turn on Windows authentication on the site, but we have shared computers and users who don't lock their screens. We want to have a site that makes sure the user is logged in before showing up in general, but then on that main page, the user fills out a form, but as part of it we want them to still enter their AD domain username and password. This is an internal domain not Azure. Any examples with ASP.NET in C# with and doesn't have to be but trying to develop this with Visual Studio 2022?