About 10,900,000 results
Open links in new tab
  1. Authentication and Authorization in ASP.NET Web API

    May 11, 2022 · Web API assumes that authentication happens in the host. For web-hosting, the host is IIS, which uses HTTP modules for authentication. You can configure your project to …

  2. How to use a client certificate to authenticate and authorize in a Web API

    The main requirement is that a standalone process written in C# can call a Web API and be authenticated using a client certificate. The Web API in this POC is very simple and just …

  3. Basic Authentication in ASP.NET Core Web API

    Basic Authentication is a straightforward method for securing Web APIs, where clients provide a username and password in the request header. This method is widely supported and easy to …

  4. Web API Token Based Authentication - C# Corner

    In this article, we will learn how to implement Token Based Authentication in Web APIs to secure the data. There are 4 common methods of Web API Authentication. HTTP Authentication …

  5. Authentication and Authorization in .NET 8 Web API

    Jan 11, 2024 · Authentication and Authorization represent fundamentally different functions. In this article, we compare and contrast the two to show how they protect applications in …

  6. Mastering Authentication and Authorization in C# Web API

    Aug 8, 2024 · By understanding the principles behind authentication and authorization and implementing best practices using technologies like JWT, OAuth 2.0, RBAC, and policy-based …

  7. Authentication and Authorization in Asp.Net WebApi

    Apr 2, 2023 · Asp.Net WebApi is a framework to build RESTful services and in this post we will uncover the Authentication and Authorization in Asp.Net WebApi. WebApi was first released …

    Missing:

    • Web API C

    Must include:

  8. Basic Authentication in ASP.NET Web API | Microsoft Learn

    May 9, 2022 · Basic authentication works as follows: If a request requires authentication, the server returns 401 (Unauthorized). The response includes a WWW-Authenticate header, …

  9. Token Based Authentication in ASP.NET Web API

    To understand how token-based authentication works, please look at the following diagram. The Token-Based Authentication works as Follows: The user enters his credentials (i.e., the …

  10. Best practices for REST API security: Authentication and authorization

    Oct 6, 2021 · In this article, we'll show you our best practices for implementing authorization in REST APIs. Every web API should use TLS (Transport Layer Security). TLS protects the …

    Missing:

    • Web API C

    Must include: