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

Questions tagged [amazon-cognito]

Amazon Cognito is a simple user identity and data synchronization service that helps securely manage and synchronize mobile app data.

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
0 votes
0 answers
7 views

AWS Java SDK Cognito User Authentication Flows

After hours of research and no answer I have come here to ask. I want to build a user flow for a full stack application in AWS where I am using the CDK; I want to be able to authenticate users based ...
Om Patel's user avatar
0 votes
1 answer
14 views

How can i make a login feature in my Angular 16 app to Login using cognito username and password

I am creating an angular 16 app . i have been given a username and password that belongs to a cognito user pool now i want to create a Login page in my app that should authenticate and log in such ...
Harshit Awasthi's user avatar
0 votes
0 answers
5 views

Issue with HASURA_GRAPHQL_JWT_SECRET Configuration in Docker-Compose

I run Hasura on a virtual machine as self-hosted on Docker. I am experiencing the following problem: I follow the guide to authenticate with Amazon Cognito, but when I add the ...
Görkem DURGUN's user avatar
0 votes
0 answers
6 views

SP Initiated SAML SSO for cognito

I have a user pool configured in cognito with some users. I need to login to a service using these user accounts. The service supports SAML SSO and asks for SSO URL, SAML Entity ID and SAML ...
aispark's user avatar
  • 159
0 votes
0 answers
9 views

Cognito support for Plus Addressing [VERP]

I'm using cognito with my software and I would like su support VERP. I want to register in my software as a different user: [email protected] [email protected] I have succesfully created ...
Claudio's user avatar
  • 3,085
0 votes
0 answers
10 views

Using AWS API Gateway with Cognito as a frontend to on-premise private API resources accessible via AWS Site-to-Site VPN?

Locally, I have some api routes on a Kubernetes cluster, eg: 10.100.0.200/status 10.100.0.200/delete 10.100.0.200/create In my AWS VPC, I have created public and private subnets with a virtual ...
dvidg's user avatar
  • 179
-1 votes
0 answers
21 views

Setting Up a Centralized Authentication Server with AWS Cognito and Spring Security Using JWT [closed]

i am using AWS Cognito as a custom provider, before i integrated aws cognito with spring security, where after successful login i took the id, access token and saved it in session. which worked fine. ...
Stykle Sty's user avatar
0 votes
0 answers
7 views

Does Cognito provide the Id token that is returned by Google?

I'm currently using Cognito preSignUp trigger to store users in my own database. To do so, I want to access the ID token that is generated by Google and save it in the database but I can't access it. ...
Karim Fayed's user avatar
0 votes
0 answers
26 views

Axios returns 400 with application/x-www-form-urlencoded

What is the correct way to send application/x-www-form-urlencoded with axios? I am following the documentation provided here: https://github.com/axios/axios?tab=readme-ov-file#using-applicationx-www-...
rahulthewall's user avatar
0 votes
0 answers
17 views

AWS Cognito: How to approve Pre-Sign-Up event when email already existed on Cognito, but not existed in DB

I have a problem with Cognito Service. I have an application called Application A using the same database with another application called Application B. Application A uses AWS Cognito to Authenticate, ...
Duy Dat Thai's user avatar
0 votes
0 answers
17 views

How to direct a user to reset their password in Amazon Cognito lambda function?

We are using a Cognito Lambda function to create an OTP challenge for a user as an alternate login method. There is now a new requirement that changes this flow; i.e. when then the user successfully ...
Steve Chacko's user avatar
-1 votes
0 answers
17 views

Add login page to public GitHub Pages using AWS Cognito

I'm writing this, an online book about Python in the Portuguese language. I wondered if adding a login page to my book using AWS Cognito is possible. I've found only this other question, but it says ...
Henrique Branco's user avatar
0 votes
0 answers
12 views

Implement Cognito in ELSA

I'm trying to integrate AWS Cognito with my existing ELSA authentication system. I attempted this but encountered issues. Can anyone provide a step-by-step guide or example on how to successfully ...
Zahid Hassan Anik's user avatar
0 votes
0 answers
10 views

InvalidParameterException: Found negative value for salt or password verifier

I trying to imlement the device tracking login but confirmDevice command is giving ingative salt or password verifire always.Some time it also show invalid device key. error is error: ...
Pankaj Singh Parihar's user avatar

15 30 50 per page
1
2 3 4 5
494