We have a React app but the users of this app will be IAM users from the IAM Identity Center. What is the solution?

According to the requirements, the Identity Provider should be the IAM Identity Center which means we should add our react app directly to IAM Identity Centre. So here comes the next question:

As the answer is “not so easily”, we can add Cognito in between. As in, we are going to add the app to Cognito but the identity provider will be IAM Identity centre! We will follow SP-initiated SAML2.0 authentication. The flow will be something like the following:

Untitled

Read more details here.

Implementation steps: