amazon-cognito Questions

10

I'm using AWS Cognito UI for login using authorization code grant flow and successfully getting the authorization code. But getting an 405 method not allowed error when post request is made to oaut...
Midian asked 22/4, 2019 at 20:25

2

We're developing an iOS app, where the user needs to authenticate using email+password (or mobile number). Our backend is made of a couple of microservices using Akka-Http. It needs to be fast, sca...

5

I'm developing a web application using Angular 4 (with TypeScript language) front-end side, and using AWS services back-end size. This application can be only accessed by a group of users (each has...
Cession asked 18/9, 2017 at 13:44

1

I'm using HLS.js to handle HLS streams and I've been able to get it working fine on Android. The issue is that Safari iOS has HLS support built in, so it doesn't support Media Source Extensions (MS...

4

Solved

A simple API endpoint, with a Cognito User Pool Authorizer, when using the Authorizer Test button ( or using postman/Insomnia ) with a valid token fails ( Screenshot bellow ): I know the token i...

4

I am using AWS Cognito for signin/signup. We have two step from. 1) It will ask for email. 2) If email already exists then it will ask Password or otherwise it will say create password. Button on ...
Parcae asked 28/6, 2018 at 12:35

2

Solved

I'm using the AWS CLI to enable a MFA user pool with only TOTP MFA (no SMS). aws cognito-idp set-user-pool-mfa-config --user-pool-id xxxx_xxxx --mfa-configuration OPTIONAL --software-token-mfa-conf...
Sucre asked 7/5, 2020 at 1:48

3

I have a React web application (utilizing aws-amplify) which is connecting to AWS Cognito User Pool for authentication. User of my application can optionally enable SMS MFA from settings. I tried t...

1

Solved

I'm working with Amplify, I added the authentication to my application and my graphQL schema is with rule private, all things work good in my local, each graphQl api called, It contains the access ...
Hydromel asked 28/5, 2022 at 18:0

3

I want to map an API Gateway endpoint with a Socket.io server endpoint, in order to authenticate users through Cognito and, if successful, redirect to the Socket.io server and establish a socket wi...

6

Solved

While creating user in userpool, user invitation messages are sent with a temporary password but email verification messages is not being sent. I was creating a very simple setup to try out aws cog...
Typify asked 8/9, 2017 at 9:53

1

I am creating and confirming the user with let AWS = require("aws-sdk"); let AWS_REGION = 'us-east-1'; let AWS_COGNITO_USER_POOL_ID = "My-Cognito-User-Pool-ID" let EMAIL = &quo...
Endocrine asked 8/5, 2021 at 21:27

2

Solved

I am using Amazon Cognito for user authentication. After the user is registered verification email is sent to his email address. After clicking on the email link he is prompted with this in his bro...

4

I can not generate aws-exports.js file using existing User Pool of AWS Cognito. How to do it? I tried to generate aws-exports.js file with creating new User Pool of AWS Cognito. But it is not corr...

3

I'm developing a react native app which uses aws-amplify to interact with amazon cognito. In my use case, I need to ensure value of a custom attribute is unique across all accounts. aws-amplify doe...
Liard asked 14/11, 2018 at 4:10

4

Solved

I am using Amazon Cognito to login users and save a RefreshToken so they don't have to type their password after the initial setup. I need to be able to login with the RefreshToken and get a new Re...
Iinde asked 8/3, 2019 at 19:33

3

Overview: After the user receives a Verification Code, the user enters the Verification Code, and the Account Status becomes CONFIRMED. Now that the sign up process is completed, I want to automati...

2

Solved

I know services such as Auth0 can act as both SAML IdPs and integrate with third party IdPs. It would seem that Cognito can only integrate with other third party IdPs as a service provider, it can ...
Variometer asked 13/6, 2017 at 4:43

2

I need to recreate a new User Pool with exactly the same settings as another one and I am wondering what is the best way to do it, or if it is a standard way that I am not aware of. (maybe a faster...

3

Solved

I'm working on a multi-tenant application on AWS. I am struggling to implement multi-tenant on cognito. My first approach was to use one Cognito User Pool and an Identity Pool for the whole applica...
Angulation asked 5/12, 2017 at 10:39

3

I'm using Terraform to automate provision of Cognito Identity Pools in AWS. The AWS provider doesn't support Cognito yet so I've been using null_resource and local-exec to call the AWS CLI. I have...
Lurid asked 25/7, 2016 at 9:57

2

I am working on an application which uses Cognito as the identity provider. I have a requirement to get the total count of users from Cognito to display on UI. But the problem is Cognito doesn't pr...
Jesusa asked 24/9, 2021 at 13:57

2

I am using aws cognito user pool in my application and users can log in to the app using their email that verified in aws cognito. Users can change login email and the users must verify the new ema...
Beekman asked 9/3, 2021 at 9:43

4

Solved

I am configuring an app with various frontends (mobile and web apps) and a single API backend, powered by Lambda and accessed via AWS API Gateway. As I'm planning to use Cognito to authenticate an...
Latvian asked 18/5, 2018 at 6:6

4

Solved

I am following the Amplify docs for adding Authentication to my Android app. I'm getting an AuthException on this line: Amplify.addPlugin(AWSCognitoAuthPlugin()) I do have a user pool created. Do ...
Goldshell asked 15/12, 2020 at 10:0

© 2022 - 2024 — McMap. All rights reserved.