🔥More exclusive content:
Twitter:
Website:
Blog:
00:00 What is the OAuth authorization code flow?
02:54 OAuth authorization code example walkthrough
06:16 exchanging authorization code for an access token
08:38 OAuth CSRF protection with state parameter and PKCE
10:16 OAuth authorization code grant for server side rendered apps
11:15 conclusion
The authorization code flow is a way with which a client ( a third party application) can obtain an access token that provides it limited access to an HTTP service on behalf of a user.
The client initiates the authorization code flow by redirecting the user to the authorization server with client id, state, scopes and a redirect URl as query parameters. There, the user is asked to log into his account and confirm that he wants the third party application to access his account on his behalf. Once approved, the person gets redirected back to the client application with an authorization code in the query parameters. The application can then go and exchange this authorization code for an access token.
If the client is a confidential client, then a client secret is also needed to exchange the authorization code for an access token. Depending on the scopes that the client requested it may also receive a refresh token which allows it get fresh access token in case the current access token has expired.
18 views
5
0
6 months ago 00:08:54 1
How to OAuth 2.0 Authorization with Postman | Generate Google Access Token in Postman | Step By Step
9 months ago 00:19:31 1
Touch Portal Tutorial - Discord Plugin - for
10 months ago 00:09:04 4
СhatGPT, YandexGPT и Dall-E в Google Docs и Google Sheets с помощью Apps Script
10 months ago 01:03:19 1
Дмитрий Тучс — The art of JUnit extensions
10 months ago 01:10:17 1
Основы OAuth 2.0 и OpenID Connect #oauth #oidc #openidconnect
1 year ago 00:26:35 1
Fullstack OAuth2 - Angular, Spring Boot & Keycloak
1 year ago 00:10:47 1
Яндекс Музыка на часах Garmin - TRAXX. Как подключить правильно? Все тонкости
1 year ago 00:47:01 1
Programming the Web with HyperLANG & HyperCLI • Mike Amundsen • GOTO 2023
1 year ago 00:33:29 1
Building Images For The Secure Supply Chain • Adrian Mouat • GOTO 2023
1 year ago 00:50:14 1
Have I Been Pwned? • Troy Hunt • GOTO 2023
1 year ago 00:04:59 2
Yuston XIII - La forêt du loup / Signal (CLIP OFFICIEL)
1 year ago 00:19:23 2
УПРАВЛЕНИЕ УМНЫМ ДОМОМ ЧЕРЕЗ API, КАК КОНТРОЛЛИРОВАТЬ ПРИСТАВКИ В ГИЗМО | YANDEX HOME, АЛИСА
1 year ago 00:21:59 1
Hacking Google Cloud?
1 year ago 00:11:04 7
Python API VKontakte!! Как скачать фотографии из ВК через API?
2 years ago 00:47:35 1
Lessons From Billions of Breached Records • Troy Hunt • GOTO 2022
2 years ago 00:02:59 13
OAuth device flow
2 years ago 00:06:41 9
OAuth implicit flow
2 years ago 00:11:49 18
OAuth Authorization code flow
2 years ago 00:05:00 11
OAuth password grant flow | OAuth resource owner password grant
2 years ago 00:08:47 107
OAuth explained | OAuth 2.0
2 years ago 00:54:08 1
Rise of the Breaches • Troy Hunt • YOW! 2019
2 years ago 00:13:26 1
The Current State of Cyber Security • Eleanor Saitta & Aino Vonge Corry • GOTO 2022
2 years ago 00:28:05 2
Google API - OAuth 2.0 - Get AccessToken and Refresh Token Part-1
2 years ago 00:05:33 1
КАК РАБОТАТЬ С ЯНДЕКС ДИСКОМ НА PYTHON? | MrMelsik