A multinational retail company is designing a federated authentication solution for its multi-account AWS environment managed via AWS Organizations. The company utilizes an external SAML 2.0 compliant Identity Provider (IdP) for identity management. The solutions architect needs to establish federated single sign-on (SSO) so that corporate employees can access resources in various AWS member accounts according to their corporate group memberships. The security team mandates that identity federation must be established directly using IAM SAML identity providers in the member accounts, without deploying AWS IAM Identity Center. Which of the following configuration steps must the solutions architect perform to successfully set up this federation? (Select TWO.)
- Create a SAML identity provider entity in each AWS member account by uploading the XML metadata document obtained from the corporate Identity Provider.Answer
- In each AWS member account, create IAM roles containing a trust policy that lists the SAML provider as the principal and allows the sts:AssumeRoleWithSAML action.Answer
- CIn each AWS member account, create IAM roles containing a trust policy that lists the SAML provider as the principal and allows the sts:AssumeRole action.
- DConfigure a Service Control Policy (SCP) at the root level of the AWS Organization that automatically delegates identity provider trust down to all member accounts, eliminating the need to create local SAML provider entities.