Terminology Index
1 term tagged "authorization-code-flow"
Showing 1-1 of 1 term
Authorization Code Flow
The standard OAuth 2.0 and OpenID Connect flow for web and mobile apps, where the app receives a short-lived authorization code and exchanges it server-side for tokens. It keeps tokens off the browser front channel, making it the recommended secure flow.