- Newest
- Most votes
- Most comments
The easiest way to add an authorizer to API Gateway is to use an Amazon Gognito user pool as your identity provider. Once you created your Cognito user pool, you create an authorizer of type Cognito in API Gateway that points to this user pool. https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html You application will first have to authenticate towards Amazon Cognito and then use the token (either id or access depending on the use case) when calling API Gateway endpoints. Here is a publish workshop you can follow: https://catalog.us-east-1.prod.workshops.aws/workshops/5079f77b-4228-442e-baba-06a1065f67e1/en-US/module-2/step-6 If this doesn't answer your question, please explain how your "consumer application" authenticates for getting a token.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated a month ago
