About 746,000 results
Open links in new tab
  1. Microsoft identity platform and OAuth 2.0 authorization code flow

    The auth code flow requires a user-agent that supports redirection from the authorization server (the Microsoft identity platform) back to your application. For example, a web browser, desktop, or mobile …

  2. Authorization Code Flow

    Learn how the Authorization Code flow works and why you should use it for regular web apps. The Authorization Code Flow (defined in OAuth 2.0 RFC 6749, section 4.1), involves exchanging an …

  3. Authorization Code | Azure API Management Hands on Lab

    In this demo, the Developer Console is the client-app and has a walk through on how to enable OAuth 2.0 user authorization in the Developer Console. Steps mentioned below:

  4. Part 4: OAuth 2.0 PKCE Flow with Azure AD - Medium

    Aug 25, 2023 · Proof Key for Code Exchange or PKCE is an extension to the Authorization Code flow to prevent CSRF (Cross-Site Request Forgery) and authorization code injection attacks. It was originally...

  5. Code samples for authentication and authorization | Azure Docs

    Oct 17, 2025 · These code samples are built and maintained by Microsoft to demonstrate usage of our authentication libraries with the Microsoft identity platform. Common authentication and authorization …

  6. Authorization code flow - Azure Active Directory B2C

    Learn how to implement OAuth 2.0 authorization code flow in Azure AD B2C for web, mobile, and desktop apps, including setup and HTTP request examples.

  7. Authorization Code Flow (Web Apps) - deepwiki.com

    4 days ago · Microsoft.Identity.Web provides the AddMicrosoftIdentityWebApp extension method to configure OpenID Connect authentication for web applications. This method sets up the OpenID …

  8. Trouble Setting Up Authorization Code Flow In Azure B2C

    Feb 18, 2025 · PKCE (Proof Key for Code Exchange) is a security extension for OAuth 2.0 and OpenID Connect that prevents attackers from intercepting the authorization code during the flow and …

  9. OAuth Authorization Code with Azure AD - MiddleWay

    Sep 21, 2023 · In a previous article, I shared the configuration of the OAuth Client Credentials flow with Azure AD. The configuration of the OAuth Authorization Code flow with Azure AD is similar to that …

  10. azure-docs/articles/active-directory-b2c/authorization-code-flow.md …

    By using the Azure Active Directory B2C (Azure AD B2C) implementation of OAuth 2.0, you can add sign-up, sign-in, and other identity management tasks to your single-page, mobile, and desktop …