简体   繁体   中英

What can be used to replace Windows authentication in a legacy .NET web application?

We have aa bunch of .NET web applications (Web Forms and MVC) that use Windows authentication. We need to get these apps ready to run in AWS Elastic Bean Stalk service but Windows authentication is not supported. I've seen blogs with tricky workarounds to make it work but would prefer to avoid that path.

If we remove Windows authentication from the applications what is a good alternative that we can put in that will still provide users with the same single sign on experience but be directly supported in the new environment?

Maybe a good option could be Microsoft identity platform .

The Microsoft Identity accounts could be used as the Windows OS login for the users in their local machines, so it will be the same account used to login to the web applications (also will be a single sign-on experience, as with any OAuth identity implementation).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM