Searching article 323176

xyz_am 1 Reputation point
2021-01-03T10:22:13.533+00:00

Hi,

I am searching article 323176 . This article was point to asp.net framework. Now it is point to asp.net core

https://support.microsoft.com/en-ae/help/891028/asp-net-security-overview

Windows-based authentication
ASP.NET uses Windows authentication in conjunction with Microsoft Internet Information Services (IIS) authentication. Authentication is performed by IIS in one of three ways: basic, digest, or integrated Windows authentication. When IIS authentication is complete, ASP.NET uses the authenticated identity to authorize access. For more information, see the following resources:
Windows Authentication Provider
323176 How to implement Windows authentication and authorization in ASP.NET

I need copy of this page

Regards,

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Zhang-MSFT 3,751 Reputation points
    2021-01-04T06:41:33.137+00:00

    Hi @xyz_am ,

    In fact, the Windows Authentication Provider has roughly described how to use authentication in ASP.NET.

    As ASP.NET framework supports webform, web mvc, web api, there is no unified authentication configuration method. If you need more detailed documentation, please refer to the link below.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Bruce Zhang

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.