- Newest
- Most votes
- Most comments
The GUI has been refreshed since that video and the AI is using old information.
In the user pool under Authentication, select Social and external providers. Here you will find SAML.
I understand your confusion, and I'm here to help clarify the process of integrating IAM Identity Center with Amazon Cognito. It seems the interface has indeed changed since the tutorial you're referencing was created.
To integrate IAM Identity Center with an Amazon Cognito user pool, you'll need to set up a SAML federation trust between the two services. Here's a general outline of the process:
-
In the Amazon Cognito console, after creating your user pool, look for a section called "Sign-in experience" or "Federation."
-
Within this section, you should find an option to add an identity provider. Look for "SAML" as the provider type.
-
You'll need to configure the SAML integration by providing metadata from IAM Identity Center to Cognito, and vice versa.
-
In IAM Identity Center, you'll need to set up a new application integration, choosing the option for a custom SAML 2.0 application.
-
Exchange the necessary SAML metadata between IAM Identity Center and Cognito to establish the trust relationship.
-
Configure attribute mappings to ensure user information is correctly passed between the services.
The exact steps and interface labels may vary slightly depending on the most recent AWS console updates. If you're still having trouble locating specific options, I recommend checking the latest AWS documentation for Cognito and IAM Identity Center integration, or reaching out to AWS support for the most up-to-date guidance.
Remember, when setting up OAuth 2.0 applications with IAM Identity Center, you're typically configuring IAM Identity Center as the identity provider, not Cognito. If you're specifically trying to use Cognito as an OAuth 2.0 provider for an application while also integrating with IAM Identity Center, you may need to set up a more complex federation scenario.
If you're still facing challenges, consider breaking down your overall goal into smaller steps and tackling each part separately - first ensuring IAM Identity Center is correctly set up, then configuring Cognito, and finally setting up your OAuth 2.0 application integration.
Sources
How to implement trusted identity propagation for applications protected by Amazon Cognito | AWS Security Blog
AWS re:Post Knowledge Center Spotlight: Amazon Cognito | AWS re:Post
Using IAM access centre and federation in one account | AWS re:Post
This is from the Cognito page, during the Cognito User Pool creation wizard, there is NO option called "Federated Identity Providers", and NEITHER "Sign-in experience" nor "Federation." (even in the User pool page)
Relevant content
- asked 2 years ago
I'm trying to follow the video tutorial, but I couldn't understand as everything is totally different. Can you please write the steps on how to mimic what has been taught by the video tutorial? I can figure out the rest.