AWS Cognito OAuth: Login request failure
问题 I want to skip AWS Cognito's Hosted UI for login/authorization. However, when I try to consume the login end point to fetch authorization-code, I'm slapped with MethodNotAllowed response. As per AWS documentation, the login end-point accepts " Get " requests only. Based on my research on this topic, I figured it was possible to use " Post " method with login credentials for the login end point (Thanks to AWS documentation). Can someone help please me figure out the issue? AWS Pool Settings: