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
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
565
views
asked a year ago
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 gro...
1
answers
0
votes
650
views
asked a year ago
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
957
views
asked a year ago
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 resou...
1
answers
0
votes
709
views
profile picture
asked a year ago
Hi, Cognito (Identity Pool, not user pool) is using an OIDC Identity Provider representing Azure AD, with ProviderName = "sts.windows.net/{tenantID}/". My app obtains an Azure AD token with issuer = "...
0
answers
0
votes
44
views
asked a year ago
Hi, I am developing a web application in which users log in through a Cognito User Pool. Then, through an API gateway, users can call lambda functions that save and retrieve their data in DynamoDB tab...
1
answers
0
votes
424
views
asked 2 years ago
Hi, We're experiencing trouble using Cognito with Facebook login in the app we are developing using Amplify on iOS (Swift). We are using Apple and Google sign-in without issue, but when we use Facebo...
1
answers
0
votes
494
views
asked 2 years ago
I have setup Cognito with a SAML Identity Provider. When I upload the IdP metadata![Enter image description here](/media/postImages/original/IMQKmJnTixRvef3AFCjLC7MA) it all works fine. However, when...
0
answers
0
votes
140
views
asked 2 years ago
Hi, I need few clarifications as below about how AWS cognito works with SAML providers. 1. Does cognito SAML request Signing Certificate? 2. Does cognito support Token Encryption Certificate? 3. W...
1
answers
0
votes
1K
views
asked 2 years ago
I am using Authorization code grant to create a new cognito user object, but got invalid_request as response. I have got code and state from redirected url but cannot get id,access and refresh tokens ...
0
answers
0
votes
136
views
asked 2 years ago
is there a way to create valid cognito user with Auth.federatedSignIn response. The response is like so : ``` { "identityId": "us-east-1:xx-xxxxx", "accessKeyId": "xxxx", "secretAccessKey...
0
answers
0
votes
68
views
asked 2 years ago
Auth.currentAuthenticatedUser() only returns google token like so: ``` { "id": "us-east-1:xxxxx", "name": "xxx", "token": "xxxxxx" } ``` ``` const googleToken = response.credential; ...
0
answers
0
votes
60
views
asked 2 years ago