Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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...
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...
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...
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...
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...
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://...
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...
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 ...
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 ...
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...
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...