OAuth 2.0 - Client Credentials

preview_player
Показать описание
In this video I am explaining how the OAuth 2.0 client credentials flow works (grant_type=client_credentials). The video should help understand when and when not to use this grant type.
The video also explains how the request looks like and what typical use cases are.
Рекомендации по теме
Комментарии
Автор

The grant_type and scope parameters are URI parameters and not in the body. This was very thorough and excellent btw. Thanks.

KevinBoutin
Автор

Thank you for the video. Just a small questions, can I know from where did we get the token to POST?

itlearner
Автор

Thank you for that video.
Is the flow done at this point?
If you have the response containing the access token, you need to request the Authorization-Server to get the response of the protected ressource.

andreashurling