I have a similar issue to this, but there are no solutions under that to my problem:
AWS API-Gateway Cognito Authorizer not working with a valid Token
I am using AWS CDK to deploy a project and I'm trying to use AWS Cognito User Pool to authorize my API Gateway.
The solution is there are different tokens in the response after authentication. In my situation the response are:
- id_token
- access_token
The solution was there to use identity_token
instead of the access token. I was trying both, with and without Bearer, but it is not working still :'(
Any idea?