Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
7 views

How to create an API authorization with the latest IOS SST and AWS

I want to create an API with the new SST v3 aka ION SST. Docs don't say much about auth-related things and I feel confused. I have a separate Next.js app and now I want to create a backend ...
Karol's user avatar
  • 620
0 votes
0 answers
6 views

cognito with lambda verify_auth_challenge returning incorrect username or password when responding to custom challenge

I am trying to implement email based MFA using AWS congito and Lambda triggers and using lambda functions trigger and verify mfa_code. I am able to pass PASSWORD_VERIFIER challenge and also able to ...
Redgrave's user avatar
0 votes
0 answers
9 views

Access token fetched from AWS Cognito oauth api endpoint is invalid when utilized by boto3

Having been confused by AWS Congito for weeks... Are there any difference between access tokens retrieved by /oauth2/token and boto3? If so, how can my backend use an access token passed from my ...
Lightyears's user avatar
  • 1,279
1 vote
1 answer
19 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
13 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
24 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
9 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
12 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
22 views
+50

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
  • 129
0 votes
0 answers
8 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
18 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
8 views

AWS Appsync Data Source and Web Identities

So, I have a setup composed by cognito, appsync and dynamoDB. Users authenticate through Cognito, where through claims they assume an IAM role given by the group they're in (let's call this ...
Barbaldo's user avatar
0 votes
0 answers
20 views

How to implement sign up with phone after having email in aws Cognito?

I currently have a React Native project that uses AWS Cognito for user sign-up with Google or email, with email set as a required attribute: As per documentation, we can't update these Required ...
dasis's user avatar
  • 77
0 votes
0 answers
13 views

AWS CDK Setup cognito + lambda - Forbidden

I'm attempting to set a simple "Hello Word" example where a user can access a lambda endpoint only after authenticating with Cognito via social login. I have all the code which deploys ...
Chris's user avatar
  • 3,617
2 votes
1 answer
42 views

Getting invalid_client error using next-auth for cognito

I have a Next JS app, a next-auth library and aws cognito to store user information. I created a public client in my Cognito userpool and using that userpool id & client id, I initially ...
Shamimatul Jannat's user avatar

15 30 50 per page
1
2 3 4 5
306