amazon-cognito Questions
2
I have a cyclic dependency problem with terraform. I have a user pool user_pool which invokes a lambda user_signup_lambda as a trigger when a user signs up. This lambda also needs the user pool's I...
Dunker asked 8/6, 2020 at 11:59
4
Background
I'm using aws-amplify to interact with Cognito. So when a user registers with my app, I call Auth.signUp(). I'm passing only username (email) and password to this function.
My user poo...
Rorqual asked 6/6, 2018 at 22:58
5
Solved
I am using Aws Cognito and not able to find the solution for removing the Signup button from cognito login page.Thank you.
Cognito user pool provides the default login page with Forgot Password,si...
Propane asked 20/2, 2019 at 9:23
3
Solved
I have created the user pool and added new users to the user pool. My requirement is to use the default sign up/login page provided by cognito. So after retrieving the domain name for the hosted pa...
Vickyvico asked 30/3, 2018 at 6:5
1
Solved
I recently accepted a "performance improvement" on AWS Amplify while working with Nextjs 12. The installation was successful, and everything seemed to go well initially.
However, I soon n...
Skied asked 9/6, 2023 at 19:3
2
Solved
Amplify CLI authentication with Cognito user pools currently has two main modes, signin with username or with email. In the former case email uniqueness as a required user attribute is not being en...
Telephonic asked 8/11, 2019 at 5:12
3
THE SITUATION:
In my Vue app, I am using the aws authenticator to handle login/signup.
I need to customize the style, but it's a bit tricky since its structure is made of shadow DOM.
MODIFYING VA...
Torpid asked 1/3, 2021 at 12:36
6
I am using AWS Amplify, with Cognito for user Auth.
Users go into a user pool, and register and sign in just with email address and password.
When a user that has signed in through Cognito naviga...
Nectar asked 13/11, 2019 at 15:55
2
In my testing Cognito, I have run into an issue. In the case when a User Signs up, but abandons the confirmation step and then returns later to finish confirming there appears to be no way for this...
Rew asked 14/2, 2018 at 3:50
3
Solved
I'm trying to format the logout rest call to sign out of an AWS Cognito user pool, but can't seem to get it right.
I want to redirect to https://localhost:44333?signout=true after cognito has signe...
Wersh asked 5/7, 2020 at 8:5
4
I have a lambda function that I wrote a few days ago that was acting totally fine when tested. After going to test it today (without changing any of the code), I receive the following error: "Inval...
Francefrancene asked 21/8, 2019 at 1:19
7
I have an mobile app with user pool (username & password). The app works fine with aws-amplify sdk. But, wanted to move the code out to Lambdas. So, I have written the following Lambda using Bo...
Spotweld asked 27/2, 2018 at 3:33
1
I'm currently using AWS Cognito and Google Workspace as an IdP. Although I can't seem to get my grant/token once I authenticate with Google. I also couldn't find any instructions specific to Google...
Irresolution asked 22/1, 2022 at 23:9
2
Solved
I have created a PreSignup Lambda function to be used with Cognito Pre-SignUp trigger with the following code:
import { APIGatewayEventDefaultAuthorizerContext, APIGatewayProxyEvent, APIGatewayProx...
Vitriolic asked 28/1, 2021 at 18:31
2
Solved
In my user pool, I currently see two options for the login flow:
Using username and email adress
Using email adress or phone number
Option 1: The username is unique. You will get an error message...
Stomach asked 4/3, 2021 at 15:35
5
Solved
I am going to use AWS Cognito User Pool product as user directory for application and have several questions:
Is Amazon throttle request to Cognito User Pool and if yes what is the rate limit of ...
Sukkah asked 9/6, 2016 at 17:50
4
Solved
I am attempting to create a UserPool using CloudFormation syntax, but I am unable to find which property I need to set in order to create the pool with email address sign up. How do I specify this?...
Edgardoedge asked 7/10, 2017 at 11:42
6
I've created a RESTful API on AWS and I'm trying to test the POST method. I give a sample request to the the request body in the api gatemway console's test interface it get this response:
{
"Err...
Order asked 12/9, 2017 at 21:31
3
Solved
Using the Serverless framework to create a Cognito User Pool as well as several lambdas to be used for cognito events during TOPT SMS Authorization. Everything is created however the lambda functio...
Boman asked 7/8, 2019 at 23:58
2
I'm developing a custom passwordless auth to sign into a Cognito user pool. I will describe what I'm trying to implement in case anything is silly. I want a user to enter their email address, then ...
Percolator asked 4/6, 2018 at 12:33
3
I am using Pre Token Generation to update the claims of IdToken.
I am successfully able to update claim using single key:value pair.
Below is the sample example of that.
event["response"] = {"cl...
Spitsbergen asked 29/3, 2018 at 12:34
3
I have a Cognito user pool that works fine with my iOS and Android apps. This pool has a client secret key. I now want to build authentication for web. The javascript sdk for cognito doesn't have s...
Dumb asked 24/2, 2017 at 5:30
0
xIn a react app I'm trying to set up federated sign-in with Google using AWS Cognito. When a user signs in with Google, the federated sign-in is successful and I receive a token from Auth.federated...
Pegu asked 13/3, 2023 at 10:23
7
Solved
Where is Identity Pool in Cognito Console. In the docs mentioned:
IdentityPoolId
An identity pool ID in the format REGION:GUID.
But I see only Pool Id and Pool ARN in the console. Which have diff...
Pettifogging asked 11/6, 2017 at 7:42
4
I am using the amazon-cognito-identity-js SDK for user authentication. The CookieStorage object only takes domain, path, expires, and secure configurations. Is it possible to configure the authenti...
Pettaway asked 24/4, 2018 at 20:10
© 2022 - 2024 — McMap. All rights reserved.