amazon-cognito Questions

6

I am working on a project with AWS-SDK V3, Cognito and AWS. I am struggling to setup basic functions, and keep getting errors like: ReferenceError: Property 'ReadableStream' doesn't exist. I can't ...
Angelika asked 2/1 at 7:10

2

Solved

I am curious if it is possible to prevent a user from re-using their password (or previous n passwords) in AWS Cognito. It seems like this would be a feature, but I don't see it in the documentatio...
Balf asked 5/4, 2018 at 3:20

8

I'm working on a NextJS project where I'm using AWS Amplify for authentication with Amazon Cognito. However, I'm encountering an issue where I receive an error message stating "Auth UserPool n...
Hilarius asked 15/12, 2023 at 17:40

2

Solved

i have a post signup trigger setup to store the user details in DynamoDb table. This works fine when the user signs up on their own through the front-end but the trigger is never invoked if the use...
Suk asked 14/2, 2020 at 18:55

2

Solved

I'm working on a java Spring Boot project that manages users and sessions internally. It relies on OIDC, AWS Cognito being the Identity Provider, for sign-in and, I would hope, sign-out of the user...

5

Solved

When Amazon Cognito issues access tokens it doesn't include an aud field. In the documentation for Cognito tokens, the aud field is listed for id tokens (always set to the same value as client_id),...
Minor asked 5/11, 2018 at 5:16

2

Solved

I am trying to download a file from AWS S3 to my iOS mobile app from a folder that is specific to the user, using Transfer Manager, like so: @IBAction func download() { let transferManager = AWSS...

5

Solved

TL;DR: How to delete an amplify environment, when some resources of the service have been deleted manually in the console? So, I took a course on egghead to learn the aws amplify CLI. Unfortunatel...

2

Solved

I'm relatively new to AWS, and so my lack of knowledge of this may be the reason why I don't understand why this doesn't work. However, I've looked around the web as well as the docs for solutions ...
Micelle asked 7/7, 2021 at 9:14

3

Solved

I am working with the Serverless Framework in my approach to Authentication. My goal is to create an API endpoint that triggers (via AWS API Gateway) a Lambda Function that creates a new AWS Cognit...

4

Solved

I am using Amazon Cognito Identity SDK for JavaScript (deprecated). I created new pool without verifying email and phone_number. By default, users aren't confirmed in Cognito User Pools, so I need ...
Controvert asked 18/11, 2017 at 2:45

8

Solved

I have created one user pool & identity pool. I have used javascript sdk. I am able to signup, send confirmation code & confirm user successfully with javascript sdk. But when i try to ...

4

Solved

I am trying to apply a policy for an identity pool in AWS. I am using awc-cli to set up the policy but it constantly gives me this exception from the title: An error occurred (InvalidRequestExcept...

3

I am using AWS Cognito in my application. While doing logout i am calling the Logout Endpoint. But after doing logout, I am still able to generate the id-tokens using the old refresh token. It ...
Egocentric asked 10/7, 2018 at 5:42

3

Solved

In cognito user pool in eu-west-1. I'm trying to add a trigger for user migration. It doesn't trigger when I try to login as a none existent user. I've tested this by writing a simple python lambda...
Overpass asked 5/10, 2018 at 11:26

4

My step: I created user by calling the AdminCreateUser API. I use my custom login form to do the first login I change password (because I'm in FORCE_PASSWORD_CHANGE status) Now the user is CONFIR...

5

Solved

We have 3 stages on our API Gateway (Development, Testing, Production) they use a Cognito User Pool Authorizer for authorization, each one of the stages has a different User Pool so this configurat...
Aniline asked 27/2, 2018 at 20:20

7

Solved

I've successfully set up an AWS Cognito environment that runs on Localhost following this tutorial. For the next step, I published the app to my external web server. I confirmed that the Cognito ...
Seignior asked 13/2, 2020 at 13:49

2

I'm trying to understand if Amazon Cognito can fit our needs, it seems a nice service but I cannot find any documentation that explains how to implement the authentication flow without using the Us...
Guglielma asked 20/6, 2018 at 13:34

2

I want to authenticate users using Cognito Identity provider (Facebook) in Django application. When user signs-in, he is redirected to home page with access_token and id_token. These are JWT tokens...
Ternopol asked 16/4, 2019 at 7:51

4

I'm using a lambda function to customize confirmation emails with AWS Cognito. My lambda function seems to work fine and looks like this: exports.handler = async (event, context, callback) => {...
Beeson asked 30/4, 2020 at 1:13

3

Solved

I've set up a user pool in Amazon Cognito for my web application. The application is not meant to be public and only specific users are allowed to sign in. The policies of that user pool in the Ama...

4

Solved

I can see the user's assigned User Pool group in the returned user data object in the console after logging in. Everything I've tried to assign the group to a variable has failed. What am I missing...
Pomfret asked 18/10, 2018 at 16:2

2

Solved

I'm trying to identify if the authenticated user is admin or not, by checking if it belongs to a specific group. I'm using amplify in my React application and tried several methods, such as Auth.cu...
Daudet asked 8/9, 2020 at 21:27

2

Solved

We are facing some problem while updating user password using forgot password option in Amazon Cognito. In one case, I updated my mobile number after that I didn’t verify my mobile number and move ...
Abidjan asked 12/4, 2017 at 10:33

© 2022 - 2024 — McMap. All rights reserved.