AWS cognito toggle MFA via email ON / OFF
I currently have AWS cognito User pool setup with email as an option for MFA. I went through setting up SES, registering and verifying the email and finally linking the email with cognito to send codes.
cognito wont load hosted ui login page, instead i get “An error was encountered with the requested page.”
Does anyone know why i am getting this error “An error was encountered with the requested page.”
InvalidParameterException: Found negative value for salt or password verifier
I trying to imlement the device tracking login but confirmDevice command is giving ingative salt or password verifire always.Some time it also show invalid device key.
Cognito User Pool SAML Federation throwing Unable to contact the configured provider
I have a user pool with a configured Federated SAML IDP in Cognito’s AWS Console (User Pool > Sign-in Experience > Federated identity provider sign-in). Our users were able to login through this IDP in our Cognito just fine a week or so ago, now they are getting the following error: Invalid SAML response received: Unable to contact the configured provider
. I already checked the following troubleshooting guides but they don’t have any information about this error
Aws hosted page
I am using aws cognito and need single sing on login screen (provider), I am told to use “Hosted UI customization” screen build in user pool cognito
Is there away to create own Cognito custom login page instead AWS Hosted UI customization
The Hosted UI customization can only style it and I need more than styling
Why won’t Cognito send custom email message templates in the AdminCreateUser case?
I have a Cognito custom message handler, trying to send customised messages on creation of a new user
How do AWS Cognito users change their passwords – not as a password reset, or forced change, but a user initiated change?
We have a basic JavaScript web application working with Cognito through OIDC. It works great. Users can sign up and their accounts are in Cognito. It can send a confirmation email to users. It handles password resets very easily by sending a recovery link to users.