AWS Api Gateway Authorizer + Cognito User Pool Not Working {“message”: “Unauthorized”}

后端 未结 7 1061
挽巷
挽巷 2020-12-14 09:30

I am trying to use aws api gateway authorizer with cognito user pool. It is working fine when i test using aws api gateway console.

But when i try enabling the auth

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 09:51

    In my case, authorization code should be id_token. I made a mistake for using access_token instead

提交回复
热议问题