Secure API Gateway HTTP APIs endpoints with JWT authorizer using Cognito

preview_player
Показать описание
how you can secure Amazon API Gateway HTTP endpoints with JSON web token (JWT) authorizers. Amazon API Gateway helps developers create, publish, and maintain secure APIs at any scale, helping manage thousands of API calls. There are no minimum fees, and you only pay for the API calls you receive.
This video includes step-by-step guidance for setting up JWT authorizers using Amazon Cognito as the identity provider, configuring HTTP APIs to use JWT authorizers, and examples to test the entire setup using POSTMAN.

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

Okay, thanks for the explanations. But what I was waiting for is this:

* User (not yet signed in) uses the web browser (e.g. Firefox) and calls a URL that is protected.
* Then I want the login dialogue to pop up (the one that you used in the Cognito pool to sign in) and the user can enter credentials.
* When credentials are okay, then the browser proceeds to the protected URL and shows the content.

So how do I achieve this? What you were explaining seems to be going on below the surface. I cant expect my users to manually launch the hosted UI from the AWS console... they dont have access to the account where the pool is in...?!

CotopaxiAH
Автор

Hello Ravi, thanks for this video session. I have one query. When we have only read only scooe, how aws cognito knows that post operation is not allowed

atul.kaulgud