Cognito SAML with multiple external IdPs

0

A customer is trying to host a third party application and allow external customers (businesses ) access to it. They need to have SAML integration with each of the businesses that purchase access to this tool. The end goal is that the business buys access, integrates with the tool via SAML, and then there are no extra IDs to manage.

I think this is just configuring a provider in IAM for each of these businesses, and then adding them to a Cognito Identity Pool, but I haven't found an example to confirm.

Asking for confirmation of approach, examples if possible, and description of how it will pick the correct provider given multiple user bases ( email address? ).

Thanks!

AWS
已提問 5 年前檢視次數 1848 次
2 個答案
0
已接受的答案

You can use Amazon Cognito User Pools federation by adding a sign-in through a SAML IdP (among others). Just to note that this is different from Amazon Cognito Identity Pools (Federated Identities) flow. Building ADFS Federation for your Web App using Amazon Cognito User Pools blog post provides end-to-end walk through.

As for SAML IdP identifier to automatically redirect the user to relevant IdP and UI customization, see Choosing SAML Identity Provider Names in the documentation.

AWS
Alex_P
已回答 5 年前
profile picture
專家
已審閱 10 天前
  • Is this Federated connection creation possible using just SDK ? we want do it dynamically from our App.... Can you point me on SDK API for this ?

0

Is this Federated connection creation possible using just SDK ? we want do it dynamically from our App.... Can you point me on SDK API for this ?

Dalibor
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南