All Content tagged with Amazon Cognito Federated Identities

enable you to create unique identities for your users and federate them with identity providers

Content language: English

Select up to 5 tags to filter
Sort by most recent
108 results
try { var data = await Auth.signIn(values.email, values.password); console.log("data",data); if (data.signInUserSession) { const accessToken = data.signInUserSession.acc...
1
answers
0
votes
394
views
asked a year ago
I'm working on Xcode version 15 with Swift trying to create an iOS app that can connect to S3 bucket. I'm having issue import AWSCognito. I've tried SDK and SDK-IOS package dependencies but none of th...
0
answers
0
votes
59
views
asked a year ago
Hi, I am getting ImmatureSignatureError as soon as I pass the cognito access token to JWT decode() method for verifying signature against JWKS. However, If i delay a bit like less than a sec, the iss...
1
answers
0
votes
389
views
I need to redirect user after login but i am not able to do. ``` import React from "react"; import { Authenticator } from "@aws-amplify/ui-react"; import "@aws-amplify/ui-react/styles.css"; import Wr...
2
answers
0
votes
5.7K
views
asked a year ago
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
123
views
asked a year ago
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 i...
0
answers
0
votes
83
views
asked a year ago
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 (https://...
1
answers
0
votes
1.3K
views
asked a year ago
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
1.7K
views
asked a year ago
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
101
views
asked a year ago
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
84
views
asked a year ago
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 c...
1
answers
0
votes
486
views
asked a year ago
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
457
views
asked a year ago