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
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 ...
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...
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 ...
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...
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 = "...
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...
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...
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...
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...
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 ...
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...
Auth.currentAuthenticatedUser() only returns google token like so:
```
{
"id": "us-east-1:xxxxx",
"name": "xxx",
"token": "xxxxxx"
}
```
```
const googleToken = response.credential;
...