Google Login on AWS Cognito Without Hosted UI (Work-around)
I've previously written an article about basic username/password authentication with AWS Cognito. This article will cover registration and authentication using Google.
Cognito offers this functionality built into the hosted-ui. However, if you find ...
kelvinmwinuka.com7 min read
Prabhpahul Singh
Hi Kelvin,
Thank you for the article, we are trying to something similar but instead of google, we want to use Enterprise IDP provide, we are currently using our custom UI and backend server for authentication, what should be approach if we want to do custom providers instead of Social Sign ins, also, it is quite possible user exists in Cognito with different password since they had logged in passed and setup their own password in User pool.
Thank you again.