About 925,000 results
Open links in new tab
  1. Understanding OAuth 2.0: A Step-by-Step Guide | CodeNx

    Feb 13, 2024 · OAuth 2.0 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service. It works by delegating user authentication to the service that...

  2. OAuth 2.0 authorization code flow with a React SPA, ASP.NET Core

    Sep 27, 2020 · Although I found plenty of great code samples and quickstart material for using the authorization code flow with graph API, it took me a while to figure out how to use it against an ASP.NET Core Web API. The goal of this post is to provide an end-to-end setup guide with source code for the protected web API resource scenario that uses RBAC roles.

  3. How to Implement OAuth 2.0 Authentication in ASP.NET Core

    Nov 11, 2024 · In this article, we'll walk through the process of implementing OAuth 2.0 authentication in an ASP.NET Core application, specifically for accessing an external API. We'll cover how to: Obtain an access token using Client Credentials. Use that token to authenticate requests to a protected external API. Handle token expiration and errors effectively.

  4. OAuth 2.0 client credentials flow on the Microsoft identity …

    Jan 4, 2025 · When the app presents a token to a resource, the resource enforces that the app itself has authorization to perform an action since there is no user involved in the authentication. This article covers both the steps needed to: How to get the tokens needed to call that API.

  5. Implementing API Authorization with ASP.NET Core and OAuth2

    Aug 2, 2023 · By adhering to these principles, you can establish a highly secure and scalable API ecosystem empowered by OAuth2 and OIDC. The OpenID Connect protocol offers effective solutions to address...

  6. React and Google OAuth with .NET Core backend - Medium

    Oct 22, 2018 · As mentioned in the post by Google, the following is the application flow we will be working towards: Client: This is the client application, built in Reactjs (web) in our example. Server:...

  7. Microsoft identity platform and OAuth 2.0 authorization code flow

    Jan 4, 2025 · Apps using the OAuth 2.0 authorization code flow acquire an access_token to include in requests to resources protected by the Microsoft identity platform (typically APIs). Apps can also request new ID and access tokens for previously authenticated entities by using a refresh mechanism.

  8. Adding OAuth 2.0 to a React app - Descope

    Mar 7, 2024 · We will use OAuth 2.0 and OAuth2 interchangeably in this tutorial. This article explains how to connect OAuth 2.0 to a React application. First, you'll see how you can manually integrate OAuth 2.0 into your application, and second, you'll discover how using a provider like Descope makes it much simpler.

  9. Integrating React with Google OAuth in a .NET Core Backend

    Integrating Google OAuth authentication with a .NET Core backend enables secure and convenient user authentication in React applications. This blog post will guide you through the process of setting up Google OAuth authentication in a React frontend and handling authentication tokens in a .NET Core backend.

  10. Security and OpenId Connect Flows with ASP.Net Core 2.1 and React

    Oct 3, 2018 · I'm currently in the process of implementing security on my ASP.Net Core 2.1 React/Redux app and I've been following the Js Client quickstart as well as the other Identity Server quickstarts.

  11. Some results have been removed
Refresh