AWS Certified Solutions Architect – Professional — Question 324

A solutions architect has implemented a SAML 2.0 federated identity solution with their company's on-premises identity provider (IdP) to authenticate users' access to the AWS environment. When the solutions architect tests authentication through the federated identity web portal, access to the AWS environment is granted. However, when test users attempt to authenticate through the federated identity web portal, they are not able to access the AWS environment.
Which items should the solutions architect check to ensure identity federation is properly configured? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

For SAML 2.0 federation to succeed, the IAM role's trust policy must establish trust with the SAML provider as the principal (B). The client-side portal must also construct a valid AWS STS AssumeRoleWithSAML request containing the necessary ARNs and assertion (D), and the IdP must map the user attributes to the target IAM roles via SAML assertions (F). Direct VPC connectivity to the IdP is unnecessary since the authentication flow goes through the user's web browser, and individual IAM user policies are not evaluated for federated access.