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
1/What is the code trying to achieve?
I am trying to integrate my DLT-registered Sender ID, Entity ID, and Template ID with AWS SNS and Cognito in India to send OTP SMS for user authentication and MFA...
Hello everyone,
I'm trying to create an API Gateway with authentication based on a Cognito user pool.
To grant or restrict access to the API endpoints, I'm using AWS Verified Permissions with the...
Hello,
I am currently using Amazon Cognito to send OTPs for authentication and MFA. We recently completed our registration with VilPower (Vodafone Idea DLT) and have obtained the necessary Entity ID,...
I have an already estabilished sso flow who is returning from cognito (custom ui) only id_token.
Question: can I call manually any api to obtain the code (I then can exchange it for access and...
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...