I have set up TOTP MFA for my app with AWS Cognito. The account name in the authenticator app is being set to 'AWSCognito' as you can see in the screenshot belo
my application requires an authorization code grant flow integration with Cognito and the website responded to me that Auth-Code accordingly. https://<poolNa
I'm migrating a web app from firebase to Amplify. In firebase, you can silently sign-up / sign-in a user without any user interaction or password, as long as yo
I am trying to integrate AWS Cognito with a third-party SAML SSO Identity Provider. The third-party IdP is responding with a successful SAML assertion upon logi
I am attempting to build a lambda function connected to an API gateway POST method that will allow users to create and register cognito users within a given poo
I am using AWS Cognito Hosted UI for authentication purposes in my project. In case of some validation error, it shows very technical error messages. For exampl
When a user is logging out of AWS Cognito using globalSignOut, I'm getting a "User is not authenticated" error. To authenticate a user I need to pass the auth
Is there a way to see all available error messages that are returned from the @aws-amplify/auth Auth methods? When calling Auth.forgotPassword with the correct
I have a API Gateway Rest Api resource defined with this template: AWSTemplateFormatVersion: '2010-09-09' Description: "Api gateway" Resources: ApiGateway:
I am trying to do something like - All user passwords should expire every 90 days. Users should be forced to reset their expired passwords upon login to sha
I am using AWS Cognito for my web app and testing with Chrome browser. I started with the default AWS Cognito / Amplify configurations, such that the tokens are
I'm asking this question because I was surprised how little information I could find from Googling. However, I was able to track down what I think is the root c
(Due to the confusion with what is amplify I'm borrowing the below from another post) I want to use the feature federation of a user pool NOT an identity pool I
I have a Python lambda function processing an API request from a user to change their password. The API for change_password is as follows response = client.chan
I followed the Amplify instructions to add a email login, now I am adding a Google login, and I'm getting this message instead: Login option is not available. P
I am planning to use AWS Amplify as a backend for a mobile application. The App consists of two User Types (UserTypeA,UserTypeB). They have some common data poi
I need an Universal Windows Platform (UWP) application to let users loging in using AWS Cognito. Just to explain a little bit better, I'll give you this example
I'm trying to implement social login using Microsoft account in AWS Cognito User Pools. I followed documentation and the solution mentioned in this thread: http
After searching the official AWS CLI cognito-idp documentation, it seems there is no way to 'reset' a user back into a FORCE_CHANGE_PASSWORD state once that use
My goal is to set up some lambda functions which are public (i.e. no authorization required to send requests) and other ones which require a User to be logged i