All Content tagged with Amazon Cognito
Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I've set up a passwordless login flow using AWS Cognito and want to improve the user experience based on patterns seen in popular apps:
![Sign-up /...
I'm using AWS Cognito with a passwordless login setup like described here:
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-verify-auth-challenge-response.html
Before a user...
I have a user authenticated by Cognito user-pool, role & identity-pool (using Cognito hosted-ui).
After login, the user comes back to my webapp (frontend), I use the `id_token` (returned by the...
When i try to upload a custom css file for the Cognito Hosted UI, I get an error -
![Error Screenshot](/media/postImages/original/IM8wfTzkjDRYGwVIQ4D1atRA)
I even tried to upload the css template...
We have a **mobile application** that uses Cognito for user authentication and authorization. We recently added the option to sign in via **Apple** as a **Federated Identity**. - When using the...
Hello Guys,
We are currently developing an application with two main user categories.
We have 2 separate front-end applications built for 2 user categories Our front end is built using Next.js, and...
I am configuring an AWS Cognito user pool where I want users to be able to SignIn using either their email or phone number. However, I plan to set only the email as a required attribute for SignUp...
Hello,
I am currently using Amazon Cognito to perform bulk user registration for a user pool. During this process, I upload a CSV file for user registration. I would like to understand more about how...
Hello everyone,
I’m encountering an issue with my app when users try to log in. The following error appears in the console: "Error saving filters to AsyncStorage [Error: User not login in because get...
I want to be able to use IDP-initiated SSO to a 3rd party SP's app that respects my current user's login state and doesn't result in a new login screen appearing. I notice that Amplify Auth sets...
I have been trying to figure out how to connect to AWS API Gateway that has cognito Authoriser for a long time and I cannot figure it out. Here are the steps that I have tried.
I have set up the...
Hi all
I'm looking for some advice on to what extent Cognito's Custom Authentication (define-, create- and verify auth challenge lambdas) can integrate with 'Advanced Security' and adaptive...