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

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
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
17 views

can aws cognito give scopes beyond what was requested?

in oauth2 login, the gateway sends request to authorization server and adds what scopes it requires, and after seccessfull login in cognito, cognito adds scopes requested in the token. the problem ...
Stykle Sty's user avatar
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
0 votes
1 answer
16 views

Issue with Google Authentication using AWS Cognito in Next.js App

I'm working on a Next.js application and trying to authenticate users with Google using AWS Cognito. The button is supposed to handle the authentication like this: 'use client' import React, { ...
Rai's user avatar
  • 55
1 vote
1 answer
56 views

Integrating AWS Cognito and Azure AD: Allowing access for any Microsoft User even if they are not in the Azure AD?

Okay so my goal was to integrate google and microsoft with aws cognito to give allow users to signup/signin using their google and microsoft accounts. The google one works perfectly but since there ...
Ali Javed's user avatar
1 vote
0 answers
14 views

Amplify Cognito redirectSignOut doesn't work

I'm developing a Vite/React with Amplify Cognito for authentication. I have a main page which redirects to sub applications, and I would like that every sub-applications redirect to the main page for ...
vanessa's user avatar
  • 431
1 vote
1 answer
31 views

Setting UserPool Client Attributes to have read/write access with aws cdk - Python

I am trying to give some custom attributes specific read/write access depending on the attribute. I am getting this error. Resource handler returned message: "Invalid write attributes specified ...
MountainBiker's user avatar
0 votes
1 answer
23 views

How to control vue-router and nginx

I have a fronted vue3 web application. I am currently experiencing the following problems. But i don't know why happened and how fix it.. I think the error is due to looking for a static file ...
daigo tsuchiya's user avatar
-1 votes
0 answers
13 views

Regarding Amazon Cognito and React

my aws cognito has been made like when the user signup or signin successfully they will redirect to a url from backend only(like they have created a callback lambda). so can you recommend any ...
Ayush Raj's user avatar
1 vote
1 answer
21 views

cognito wont load hosted ui login page, instead i get "An error was encountered with the requested page."

Does anyone know why i am getting this error "An error was encountered with the requested page." i am developing application and i am using aws cognito as a authoraziation server, i am using ...
Stykle Sty's user avatar
0 votes
0 answers
9 views

The react native app shows an error when we've implemented the sign in & sign out

So we was linking the existing aws amplify back-end in the cloud which is the authentication part to the react native (Enable sign-up, sign-in, and sign-out, https://docs.amplify.aws/gen1/react-native/...
Abdelhakim Ouafi's user avatar
0 votes
0 answers
26 views

OAuth2 resource server gives 401, problem with OAuth2 client [closed]

I have a client server and resource server. I am using AWS Cognito as a authorization server. When I start the client server and go to localhost:8082/private, I am redirected to Cognito in order to ...
Stykle Sty's user avatar
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

15 30 50 per page
1
2 3 4 5
494