Machine to Machine authorization using Client Credentials flow in AWS Cognito and with API Gateway

preview_player
Показать описание
If you need to do machine to machine authorization with the Client Credentials flow with AWS Cognito then this video is for you. I am going to explain what the client credentials flow looks like and what is it used for. Then we're going to go through the whole process of setting this up with a Cognito User Pool and demo it with API Gateway and Postman.

Follow me on Twitter:

Рекомендации по теме
Комментарии
Автор

Precise to the point fully packed 16 mins. I like the fact that you did not waste time on creating lambda integration :)

manoj
Автор

Very good video: clear and directed to the point. Thanks

darkingsky
Автор

This is a great video. There are not a lot of resources on this topic. Thanks...!

maticase
Автор

Really pleased I found this video, it's been a huge help.

johnlowe
Автор

Great video! But only showing auth through postman, people may struggle with a 'machine to machine' requests as the premice of the video made we expect.

PenguinSpdSlayeR
Автор

but how can this client secret be kept secure...

francistony
Автор

I did exactly same but i have multiple app clients for same userpool, one of the client using client credentials flow. If i use same user pool as authorizer it only accepting ID token but not access token so third client generated access token not working

vijaykumarmotupalli