I cant make AWS Api Gateway redirect me to Cognito Hosted UI
all the tutorial video/blog i looked into do exactly the same thing, after they sett up the api gateway and cognito userpool, they try to test there endpoint in api gateway and they ofcourse get
What is the recommended architecture for machine-to-machine authentication and authorization with AWS Api Gateway and Cognito?
I’ve developed an integration platform for a customer where their clients can get access to their own data, as well as my customers internal systems. The architecture consist of data in S3 and DynamoDB, authentication through Cognito and access via API Gateway.
AWS API Gateway request works when testing but fails when using curl
I have an AWS REST API Gateway whose Authorization in “Method request settings” is “Cognito-auth”.