Ask Your Question
3

Has ASP.NET Core abandoned Windows Authentication Impersonation?

asked 2021-09-17 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-28 09:00:00 +0000

djk gravatar image

No, ASP.NET Core has not abandoned Windows Authentication Impersonation. Impersonation is still supported in ASP.NET Core through the use of the WindowsIdentity class and its associated methods. However, the way in which Windows Authentication and Impersonation are implemented has changed with ASP.NET Core, and there are some differences from previous versions of ASP.NET. It is still possible to use Windows Authentication and Impersonation in ASP.NET Core, but it is important to carefully review the documentation and follow best practices to ensure that it is used correctly and securely.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-17 11:00:00 +0000

Seen: 11 times

Last updated: Jul 28 '21