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
Hello team,
I am actually trying to create identity provider using boto3 using metadata file. But I keep getting invalid XML format as the error. I am posting my code here for your reference
```
co...
Hello,
I have set up a Cognito User Pool with 2 federated clients (Apple and Google). We have configured a Post Authentication lambda to send some tracking event to an external service, but we are se...
I am using cognito for openID SSO layer, when I use Auth.signOut() from amplify it logs out the user but it wants me to add a redirect_uri , which is weird because for the logout end point it needs o...
Hi,
I have created a user pool in Amazon Cognito with external identity provider (Microsoft Enterprise Application) using SAML. I have followed this blog (https://aws.amazon.com/blogs/security/how-to...
Hello,
We want to let students create their own personal (private) CodeCommit Repos based on IdentityPool, we find it possible to create CodeCommit repos programmatically (https://docs.aws.amazon.com...
We are in the process of adding Single Sign On capability to an existing serverless app using Azure Entra ID as the identity provider for a Cognito driven application.
The SSO part seems to work usin...
Is a custom auth challenge (like amplify signinwithredirect) possible when doing federated sign in using an IDP like google or linkedin? (define, create, verify..)
I'm trying it, and when I try googl...
I have a React app which uses Amplify to do authentication against Cognito users pools. We've just added Okta integration which I have got working using OIDC. You can log into Okta and are then authen...
Good morning, I would like to explain my problem and understand what the best solution is for my use case.
My IDP is known where I manage users and groups.
I have 2 groups: **ADMIN,USER**
ADMIN can se...
In the last days I've been having an annoying problem with Cognito and logging in, both with Google and with Apple.
After successfully logging in with both providers the same error is returned:
Inval...
For my Unity app named `Mogaland`, users are served with the following message when they decide to sign-in w/ Google on iOS:
- "Mogaland" Wants to Use "amazoncognito.com" to Sign In. This allows the a...
One thing that is not clear from the Cognito documentation is how to use refresh tokens when an application requires having federated login through Cognito and allowing regular Cognito user pool users...