amazon-cognito Questions
5
I know that there is possibility to customize some values on login page provided by cognito. But it isn't enough for me. Is it possible to customize it completely? I'm using only third pard federat...
Stillbirth asked 23/11, 2018 at 16:21
9
The goal is to implement a social provider auth flow as described in User Pools App Integration and Federation.
One important thing that I want to satisfy, is to merge user pool accounts that have ...
Alysiaalyson asked 14/12, 2017 at 14:0
7
I am having difficulty with the authorization code flow in Amazon Cognito. The workflow that I am trying to build is the following:
A user authenticates with the built-in Cognito UI.
Cognito redi...
Cupo asked 7/2, 2019 at 16:52
3
I have cognito set up to allow both email addresses and phone numbers. Here is the the scenerio.
Sign up User A with email [email protected] and auto verify the email using CognitoIdentitySe...
Nanna asked 10/3, 2019 at 18:46
6
Having a look at the AWS documentation,
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html#cognito-user-pools-lambda-trigge...
Amnesia asked 28/1, 2018 at 14:11
4
Solved
I am trying to do the following:
AWSUtil.generateSecretHash('[email protected]', ClientId).then(SECRET_HASH => {
return AWSUtil.Cognito.adminInitiateAuth({
AuthFlow: 'USER_PASSWORD_AUTH...
Graeco asked 13/2, 2018 at 0:46
2
Solved
Now I'm using AWS AppSync and Cognito. I wrote schema of AppSync. But I can't test the schema in Queries tab. Running query requires user authentication and I can't find User pool client ID.
Where ...
Joust asked 13/8, 2018 at 14:33
6
Solved
I've recently implemented an API Gateway as a proxy with a single proxy endpoint.
I'm using Cognito as authorisation mechanism and as long as I have only one user pool everything is fine.
What I ...
Threemaster asked 18/10, 2019 at 15:27
5
I am using aws amplify and I know that the tokens get automatically refreshed when needed and that that is done behind the scenes.
What I need to do is change a custom attribute on the user in th...
Puiia asked 19/1, 2018 at 14:48
2
I am using AWS Amplify in my react app to call my API hosted in API Gateway with AWS_IAM authorization. When I set authorization to NONE, everything works fine in my react app.
However, when I set ...
Ministerial asked 17/9, 2018 at 15:55
3
Solved
Amazon Cognito sends verification code automatically if verification feature activated. In my project, sometimes, I will add users(Signup function in AWS Java SDK) and verify them by AdminConfirmSi...
Overactive asked 15/8, 2016 at 7:19
2
Solved
AWS Cognito: Getting error in Auth.signIn (Validate that amazon-cognito-identity-js has been linked)
I'm new to Amplify integration with Cognito and working on a react-native app using Amplify with Cognito for Authentication. I have configured the user pool and Federated Identity in the AWS consol...
Illiquid asked 2/3, 2021 at 2:47
3
I'm able to signin with google account using aws-amplify library in Reactjs app.
When I logout and try to login again, it doesn't ask me for google username & password. It uses the previous ses...
Indecorum asked 9/12, 2022 at 7:55
4
I need to restore or reset user password when his status is FORCE_CHANGE_PASSWORD. This situation happened when user try to restore password using "forgot password" feature and he lost email with t...
Auricula asked 5/12, 2017 at 13:32
4
I am not able to get custom attribute in ID_TOKEN returned from AWS Cognito after successful user login.
Steps I tried :
1.Created user pool
2.Created app client and checked the custom attribute(...
Tasia asked 5/2, 2019 at 9:0
1
Which hash function does AWS Cognito use to store user's password? There is no information about that in the docs or even forum questions.
Remde asked 14/10, 2019 at 18:50
3
Solved
I am following AWS Cognito and API Gateway tutorials from part1, part 2 and part 3.
From part 1, I created the following lambdas:
signup
confirm signup
forgot pwd
resend verify code
successful reg...
Greybeard asked 27/10, 2020 at 20:12
1
I am using Cognito(using the amazon-javascript-sdk) in a .net Core angular application and im trying to verify the access_token that i get from amazon in my .net core back-end so that I can protect...
Kaolinite asked 23/10, 2018 at 9:29
6
I have a Cognito user pool configured with a SAML identity provider (ADFS) and I'm able to sign it as a federated user (AD) but sign out does not work.
Following the documentation, I make a GET re...
Thermionic asked 20/4, 2018 at 21:56
6
Solved
Setup
I am using AWS Cognito to manage the user registration and user access for my web application. Specifically I am using the Cognito hosted UI. This means that Cognito presents a UI for my use...
Orpheus asked 19/1, 2018 at 13:40
2
I'm working on a web application where the user can login with AWS Cognito. After login with the AWS credentials I'm connecting to AWS IoT device like
var device = AwsIot.device({
clientId: cli...
Kickshaw asked 16/2, 2018 at 13:41
3
I've created Cognito User Pool through AWS Console, but I want to automate creation of new Cognito User Pools through CloudFormation. Can I export my current User Pool configuration to CloudFormati...
Enrollee asked 12/6, 2017 at 15:57
3
Via the cognito admin API how do I set a users password? When a user is created I can set a temporary password, I need to be able to do this to an existing user.
Foxy asked 31/1, 2018 at 19:39
2
I've configured a User Pool in Amazon Cognito to be able to sign-in/sign-up users and I've setup facebook as identity provider.
On my hosted ui (https://xxx.auth.us-east-1.amazoncognito.com/login?...
Burse asked 20/5, 2018 at 0:48
2
Solved
I want to test an app that only has Google Oauth Login via AWS Cognito. Lots of guides on how to use cypress to programatically login to Cognito using AWS Amplify with a username and password, but ...
Breastpin asked 10/11, 2022 at 23:51
© 2022 - 2024 — McMap. All rights reserved.