Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [aws-userpools]

The tag has no usage guidance.

aws-userpools
0 votes
1 answer
9 views

AWS cognito refreshToken error "Invalid Refresh Token"

User login using API we get AccessToken, RefreshToken and IdToken. AccessToken works only for 1 hour set on the App Client period. Based on RefreshToken we can get a new AccessToken & RefreshToken....
Dipak PHP's user avatar
1 vote
0 answers
68 views

Integration tests with Testcontainer and LocalStack

I am trying to make integration tests for my AuthService that propagates new users to AWS Cognito(User Pool) @Service @RequiredArgsConstructor public class AuthService { /** * The algorithm ...
ZED's user avatar
  • 11
0 votes
1 answer
89 views

Why does terraform aws_cognito_user_pool always show as "updated in-place" on every single terraform plan?

# aws_cognito_user_pool.user_pool will be updated in-place ~ resource "aws_cognito_user_pool" "user_pool" { id = "us-east-1_xxxyyy" ...
Drew B's user avatar
  • 117
0 votes
0 answers
70 views

Cognito User Invite

I'm creating an app where authenticated users can send invites to potential users who would not go through authentication, the idea is to give them some sort of access token so they can view a ...
NOOBAF's user avatar
  • 177
0 votes
1 answer
19 views

Cognito Visitor Bind to Future User Pool Identity

I'm trying to design a flow that would have two kinds of users, let's call them logged in users and visitors. The idea is that logged in users can create data base entries and when they're ready they ...
NOOBAF's user avatar
  • 177
0 votes
1 answer
163 views

How to automatically set email_verified to True after federated user signed up and linked to local user in Cognito?

There is a user pool, a local user in it and some federated identity provider (in my case it's SAML for Azure). There is also some Lambda Function which is set on the Pre sign-up trigger which links ...
Alex Burla's user avatar
0 votes
0 answers
56 views

Resolve: Client <XYZ> is configured for secret but secret was not received

I am trying to integrate my AWS Cognito userPool into my Netxjs application, and when I configure its values ​​and try to make a request, I get this error. How can I solve that? Is it true that the ...
Javier Cubero Gonzalez's user avatar
0 votes
0 answers
86 views

How to fix GlobalSignOutCommand JWT for AWS Cognito?

I want to implement a signout method for my Typescript project that uses AWS Cognito userpool. The implementation for this has been included below: import { Request, Response } from 'express'; import {...
ENV's user avatar
  • 1,188
0 votes
1 answer
115 views

How to implement forgot password route typescript AWS Cognito Userpool?

I have a typescript project setup with AWS cognito. I have created a test userpool and have successfully been able to implement routes for login, register, confirm-account. Currently, I am working on ...
ENV's user avatar
  • 1,188
0 votes
1 answer
264 views

How to send verification email to new a cognito user using signup method?

I have the following method for signup in a typescript project. import {CognitoIdentityProviderClient, SignUpCommand} from "@aws-sdk/client-cognito-identity-provider" const UserPoolId = ****...
ENV's user avatar
  • 1,188
0 votes
0 answers
88 views

How do I avoid manually updating my Google OAuth client ID for every new Cognito user pool?

I want my web application to be multitenanted with one AWS Cognito user pool per tenant, as described here: https://docs.aws.amazon.com/cognito/latest/developerguide/bp_user-pool-based-multi-tenancy....
fblundun's user avatar
  • 995
0 votes
0 answers
59 views

To create a login at the AWS amplify React Application

How to create a login at the AWS amplify React application, and the user can login with both their mobile number (password less) based on OTP and their Google Gmail (SSO). that user can already ...
Naresh Kumar's user avatar
0 votes
1 answer
55 views

Search AD users through Cognito in Spring Boot

I have Cognito setup to authenticate ADFS users. The Cognito's user pool is empty for now. All users and roles reside in AD. In this case, is it possible to list or search users from Active Directory (...
Mikaelangel's user avatar
0 votes
0 answers
106 views

AWS Cognito issue while login with custom OpenID Connect

I have created "Salesforce" login using the OpenID Connect in AWS Cognito. Now after setting everything when I login user using Cognito Hosted UI and after that user successfully login it ...
Azam Alvi's user avatar
  • 7,008
0 votes
0 answers
73 views

React - AWS Amplify Auth Federated Sign In Facebook

I develop react sign in page using amplify with cognito user pool. I have setup Federated identity provider sign-in using Facebook and use Facebook graph API version v17.0 I have deploy page to s3 and ...
Tanakorn C.'s user avatar

15 30 50 per page
1
2 3 4 5
15