All Content tagged with Amazon Cognito User Pools
A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito.
Content language: English
Select up to 5 tags to filter
Sort by most recent
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 creating a B2B web application.
* During the onboarding of a new customer business, we create users in our user pool with an email address and password.
* We assign custom attributes (eg...
Hello.
I want to add Cognito as an identity provider solution in my application. It is necessary to track when users log in and log out,
so I plan to use a server-side auth solution similar to...
Seems like adding that would make setting up resources for a new user using triggers feel safer, since you can tear them down after.
One use case I have is to start generating resources while waiting...
We use an app integration + hosted UI on our Cognito user pool to act as an OIDC provider to federate friendly services to login with ours. This works great except for the `/userinfo` endpoint, whose...
Hi,
I found that from the console, you can specify "name" as a standard attribute (it is in the attributes list options)
From CDK you can't. You can specify: fullname or familyname but not name.
cdk...
Hi, we want to integrate our service with Cognito user pools, where our data store uses the user ID as the primary key. However, I've learned that Cognito's...
Hello, I'm just testing and pretty new to all of this, but I am using the Cognito Hosted UI for sign in/sign up. I'd like for when my users sign up, them to be added to my UsersTable. When I create a...
I'm using AWS WAF to protect my Cognito User Pool, but I've noticed that I can't enable WAF Fraud Control features...
My user pool has optional MFA enabled. How ever for a specific user MFA is enabled and able to login with mfa code but one time I have disabled the mfa for user also able to login without mfa. Now I...
# Problem description
My concern is, that due to a possible accident caused by an error in our software (e.g. unintended deletion of users), an attack from the outside or even a some issue with AWS...
I want certain users in the Cognito user pool to have permissions to access the database. For this I created a group and assigned it a role to access the database. I created an identity pool by...