Currently using Oracle LDAP with CAS to authenticate users. We only store email address and hashed password. Looking at replacing with AWS Cognito.
Has anyone been able to get authentication working with Cognito? For now, I only need to validate credentials without redirecting the user to AWS ... just like today it's a backend call to LDAP, I would like for it to still be using backend calls.
I'm looking at the config ... looks simple enough ...
Stepping thru what I need to setup for AWS from scratch.