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 am trying to write a python test client that uses a verified and authenticated user to pub/sub on IoT Core. It is failing when trying to get the result() of the connect_future (to IoT). The fai...
I'm getting this error after I've successfully generated an authorization code from Azure and the call of the /idpresponse endpoint has been made.
I've configured my Azure App to be a single tenant a...
When I'm using Cognito with a federated identity provider, and I'm mapping the custom string attribute of "custom:roles" to the "roles" claim on the OIDC token from my provider, it works great when I'...
Hello,
this isnt a blocking problem.
But out of curiosity I wanted to ask, if s.o. knows why the Userpool Client has to be set up as an OAuth-Client itself for Google-Login.
Afaik after signing up ...
Hello everyone, I wanted to allow users to upload files directly from the browser using AWS SDK. In the documentation, it is referred that it would require a user identity pool ID to initiate a connec...
Hi there,
I want my users to be able to link IDP accounts to their local cognito account, be able to sign up with IDP accounts and so on. (Identity provider accounts)
My dilemma is that an account...
Hello AWS Community,
I hope this message finds you well. I'm currently facing an issue while implementing FederatedSignIn with Google in my React app. The specific error I'm encountering is:
error_d...
I'm trying to setup federated identity within congito user pool, the third party identity provider is based on Shibboleth, is there a documentation on how to do the integration ?
I'm implementing SSO for my app and I want only users that sign via SAML identity providers like azure to log into enterprise accounts to offer more security, while a user that signed in with a social...
I'm having the problem described above. Here are a few things to note:
- There's no permissions issue. I've validated that the lambda will fire and execute as a post-auth trigger (when testing with a...
I'm trying to connect my swift app to AWS S3 bucket, and I'm getting errors telling me to check my Assigned IAM role for my pool. I'm using cocoa pods for the project dependencies, which I imported AW...
we have configured a user pool in AWS Cognito with a federated idp with identity provider type as OIDC.
we are a web application which authenticates user login with AWS Cognito user pool.
In web app...