Questions tagged with Amazon Cognito Federated Identities
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I am implemented login functionality with aws-amplify, need to accessToken after login how to get accessToken after login.
```
import React, { useEffect } from 'react';
import { Authenticator } from...
0
answers
0
votes
23
views
asked 3 days agolg...
Hi,
MY Problem is little different i have create an app and i hosted same app with 3 different URL Like below.
example1.domain-name.cloud
example2.domain-name.cloud
example3.domain-name.cloud
Above...
0
answers
0
votes
36
views
asked 8 days agolg...
Hello, I am working on a react app using Amplify where I want to use Auth0 to authenticate users and grant access to Amplify resources such as a graphql API (AppSync).
The Auth0 quick start...
1
answers
0
votes
41
views
asked 8 days agolg...
Hello re:Post community, here's my first post.
A while ago I implemented S3 bucket support for a genomics visualization package called IGV:
https://github.com/igvteam/igv/pull/620
Today, I'm facing...
1
answers
0
votes
55
views
asked 9 days agolg...
Hey,
In my use case, users (Authenticated Cognito Identity users) will own Kinesis Video Stream resources. They should be able to share access to their KVS resources with other users.
There doesn't...
0
answers
0
votes
50
views
asked 10 days agolg...
My app authenticates users through Cognito User Pools, and authorizes S3 request through a Cognito Identity Pool and attributes for access control to ensure users can only access their own files. The...
0
answers
0
votes
69
views
asked 11 days agolg...
I implemented signup flow and i am getting temporary password for login after login i am getting session token and set user password with session token but after setting the password. it show status...
1
answers
0
votes
42
views
asked 14 days agolg...
Hello Im having a issue related to the federated user.
## Context:
- We are connecting Azure b2c as and idp
- We have a lambda trigger in post_confirmation to link the user of azure with the user of...
1
answers
1
votes
63
views
asked 23 days agolg...
Hi,
I'm trying to use cognito-federate-midway to do authorization in my React web app. When I send the "fetch" request from UI to cognito, I got an empty page back. And the error log are
```
Failed...
2
answers
0
votes
81
views
asked a month agolg...
We have created a SAML application which allows portal users to do SSO and log into an internal platforms.
The way this is configured is as follows:
1) IAM Identity Center contains the users and...
1
answers
0
votes
53
views
asked 2 months agolg...
According to this SO - [User roles in Amazon Cognito](https://stackoverflow.com/a/57818906/393805) the user roles should be available in the JWT returned by Cognito. However when inspecting the JWT I...
1
answers
0
votes
88
views
asked 2 months agolg...
Hi AWS Community,
I seem to have found a conundrum within jwt-based authentication patterns where I need both a jwt to validate two things: (1.) AWS resources via AppSync/Cognito and (2.) Auth0...
1
answers
0
votes
159
views
asked 2 months agolg...