amazon-cognito Questions
4
Solved
var client = new AmazonCognitoIdentityProviderClient("MYKEY", "MYSECRET", RegionEndpoint.USEast1);
var request = new AdminGetUserRequest();
request.Username = "USERNAME";
request.UserPoolI...
Spontaneous asked 7/2, 2019 at 20:24
5
when going to the custom AWS Cognito UI Page:
https://<your_domain>/login?response_type=code&client_id=<your_app_client_id>
am getting the following error:
An error was encountered...
Catabasis asked 23/4, 2018 at 10:52
3
Solved
I am building an Alexa Skill that will implement Account Linking. When a user uses my skill, they would have to use the Alexa App to sign-in.
The Authentication UI is set up and managed by Amazon ...
Rickettsia asked 23/3, 2019 at 22:13
2
Solved
How can I use "click the confirmation link" authentication instead of confirmation code authentication with AWS Cognito?
The confirm user email currently looks like this:
Piny asked 3/5, 2021 at 15:23
6
Solved
AWS provides cognito which provides the developer with sign-up and sign-in functionality including federations with OpenId compatible identity providers such as facebook, google etc.
There are two...
Amos asked 21/9, 2017 at 2:22
5
Solved
I have implemented a change password feature and now I would like to test it. But I’m facing the limit of attempts.
What should I do to prevent this error?
Attempt limit exceeded, please try after...
Hellbent asked 3/3, 2018 at 16:43
1
I'm creating a Cognito User Pool and a test user using CloudFormation templates. I'm doing this for automated testing of login, user management code, and token code.
However, there doesn't appear ...
Okeefe asked 3/6, 2019 at 18:38
2
I'm trying to understand what are the available claims I am able to access from the API Gateway when an user makes an authenticated request.
The API Gateway Mapping Template Reference (https://doc...
Theogony asked 16/5, 2018 at 16:20
3
Solved
I've looked around similar problems, but couldn't resolve my problem. I'm developing an web application where the user will authenticate using AWS Cognito's authentication. The sign up part is ok, ...
Syphon asked 14/6, 2016 at 14:33
4
This request was working a couple of months ago but when we tried again and directly using curl. It now returns an invalid_grant. I been trying to search the documentation, but only see the followi...
Gomez asked 5/8, 2020 at 4:1
2
Solved
I want to give user's the ability to delete their account in my android app. I already set up a login/sig up functionality with AWS Amplify and a AWS Cognito User Pool. But Amplify doesn't provide ...
Exceptional asked 21/12, 2020 at 15:48
7
How can we delete all users from a specific user pool in AWS Cognito using AWS CLI?
Pyrrhotite asked 4/3, 2020 at 6:42
2
Solved
I'm looking at AWS Cognito documentaion here
Authentication with a User Pool
Actually I looked at many links in the documentation without finding clear information about this.
In AWS Cognito, I s...
Overlying asked 26/3, 2020 at 14:17
3
Solved
Amazon provides iOS, Android, and Javascript Cognito SDKs that offer a high-level authenticate-user operation.
For example, see Use Case 4 here:
https://github.com/aws/amazon-cognito-identity-js
Ho...
Cacie asked 7/1, 2017 at 20:29
12
Solved
I have created an API Key and added it to my functions. I have then deployed the api and tested it but still get:
"message": "Forbidden"
How do I pass the api key with my JSON ...
Flyfish asked 21/8, 2016 at 5:17
8
Solved
I am using Cognito user pool to authenticate users in my system. A successful authentication gives an ID Token (JWT), Access Token (JWT) and a Refresh Token. The documentation here, clearly mention...
Cuyp asked 25/5, 2016 at 16:31
3
Solved
From a command line:
ng new sandbox
cd .\sandbox\
ng serve
Open http://localhost:4200/. It works.
npm install --save amazon-cognito-identity-js
Inside \src\app\sign-up\sign-up.component.ts ad...
Manfred asked 5/9, 2018 at 0:33
2
Solved
I'm having trouble understanding how to use fine-grained access control on DynamoDB when logged in using Cognito User Pools. I've followed the docs and googled around, but for some reason I can't s...
Backhanded asked 2/8, 2016 at 22:54
3
I have one Cognito User Pool with a custom attribute organisation_id.
One Organisation may have multiple users. There can be multiple organisations.
Another Dynamodb table is used to maintain Categ...
Geothermal asked 20/4, 2017 at 9:21
1
Solved
I'm struggling to get Cognito authorization working for fine-grained DynamoDB access control. This seems to be something that lots of people have problems with but there don't seem to be any soluti...
Neurology asked 12/7, 2023 at 16:43
7
I have a domain registered with AWS Route 53 and I am using AWS Cognito for handling user registration.
I am trying to configure my User Pool to use SES to send verification emails instead of Cogni...
Grussing asked 27/5, 2021 at 19:37
8
Solved
Right now, I'm struggling to understand AWS Cognito so maybe someone could help me out. I set a domain to serve Cognito's hosted UI for my User Pool like what's described here. So when I go to http...
Rhyner asked 20/8, 2017 at 19:12
11
Solved
Steps taken so far:
Set up new user pool in cognito
Generate an app client with no secret; let's call its id user_pool_client_id
Under the user pool client settings for user_pool_client_id check ...
Dipterocarpaceous asked 10/5, 2018 at 2:39
2
Solved
I have create an AWS mobile hub project including the Cognito and Cloud logic. In my API gateway, I set the Cognito user pool for the Authorizers. I use React native as my client side app. How can ...
Susansusana asked 1/6, 2018 at 14:1
4
I want to go from CRA to nextjs but I am having troubles integrating AWS Amplify authentication.
The amplify login form does show up but when trying to sign in it gives me the following error:
Erro...
Tiddly asked 8/6, 2023 at 13:47
© 2022 - 2024 — McMap. All rights reserved.