
Microsoft identity platform and OAuth 2.0 authorization code flow
Protocol reference for the Microsoft identity platform's implementation of the OAuth 2.0 authorization code grant
Authorization Code Flow
Learn how the Authorization Code flow works and why you should use it for regular web apps.
OAuth 2.0 Authorization Code Grant: What it is & how it works
Jul 16, 2025 · The Authorization Code Grant flow in OAuth 2.0 involves three main stages: requesting user consent, handling the redirect with an authorization code, and exchanging that code for tokens.
Authorization Code Grant - OAuth 2.0 Simplified
Jul 12, 2018 · The authorization code flow offers a few benefits over the other grant types. When the user authorizes the application, they are redirected back to the application with a temporary code in …
OAuth 2.0 Authorization Code Grant Type
The Authorization Code grant type is used by confidential and public clients to exchange an authorization code for an access token. After the user returns to the client via the redirect URL, the …
Authorization Code Grant Flow in OAuth 2.0 - Techstotle
May 13, 2025 · This article breaks down the Authorization Code Grant step-by-step, detailing each phase of the flow to help you implement it effectively. What is the Authorization Code Grant? The …
OAuth 2.0: Authorization code grant flow - apaleo.dev
Browsers that could expose protected resources to third-parties do not receive access tokens. Instead, they receive an authorization code that on its own does not provide direct access to protected …
Implement authorization by grant type - Okta Developer
Understand the OAuth 2.0 Authorization Code flow. Set up your app with the Authorization Code grant type. Implement the Authorization Code flow in Okta. Note: The Okta Integrator Free Plan org makes …
Authorization Code Flow with Proof Key for Code Exchange (PKCE)
Learn about the OAuth 2.0 grant type, Authorization Code Flow with Proof Key for Code Exchange (PKCE). Use this grant type for applications that cannot store a client secret, such as native or single …
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.