nerdexam
Amazon

SOA-C03 · Question #16

A company that uses AWS Organizations recently implemented AWS Control Tower. The company now needs to centralize identity management. A CloudOps engineer must federate AWS IAM Identity Center with…

The correct answer is A. A copy of the IAM Identity Center SAML metadata B. The IdP metadata, including the public X.509 certificate. To federate AWS IAM Identity Center with an external SAML 2.0 IdP, a bidirectional exchange of SAML metadata is required between both parties. The engineer needs metadata from both IAM Identity Center and the external IdP to establish the trust relationship.

Submitted by andreas_gr· Mar 5, 2026Security and compliance

Question

A company that uses AWS Organizations recently implemented AWS Control Tower. The company now needs to centralize identity management. A CloudOps engineer must federate AWS IAM Identity Center with an external SAML 2.0 identity provider (IdP) to centrally manage access to all AWS accounts and cloud applications. Which prerequisites must the CloudOps engineer have so that the CloudOps engineer can connect to the external IdP? (Select TWO.)

Options

  • AA copy of the IAM Identity Center SAML metadata
  • BThe IdP metadata, including the public X.509 certificate
  • CThe IP address of the IdP
  • DRoot access to the management account
  • EAdministrative permissions to the member accounts of the organization

How the community answered

(63 responses)
  • A
    73% (46)
  • C
    8% (5)
  • D
    5% (3)
  • E
    14% (9)

Why each option

To federate AWS IAM Identity Center with an external SAML 2.0 IdP, a bidirectional exchange of SAML metadata is required between both parties. The engineer needs metadata from both IAM Identity Center and the external IdP to establish the trust relationship.

AA copy of the IAM Identity Center SAML metadataCorrect

The IAM Identity Center SAML metadata contains the service provider (SP) entity ID, assertion consumer service (ACS) URL, and signing certificate, which must be provided to the external IdP so it knows where to send SAML assertions and how to trust IAM Identity Center as a valid SP.

BThe IdP metadata, including the public X.509 certificateCorrect

The IdP metadata, including the public X.509 certificate, must be imported into IAM Identity Center to establish trust with the external IdP; the certificate is used to validate the digital signatures on SAML assertions sent by the IdP, ensuring their authenticity and integrity.

CThe IP address of the IdP

SAML 2.0 federation relies on metadata URLs and XML documents exchanged between the SP and IdP, not IP addresses; network routing to the IdP is handled at the infrastructure level and is not a prerequisite for configuring the SAML trust relationship in IAM Identity Center.

DRoot access to the management account

Root access to the management account is not required to configure IAM Identity Center federation; administrative permissions scoped to IAM Identity Center are sufficient, and AWS best practices discourage use of the root account for routine operational tasks.

EAdministrative permissions to the member accounts of the organization

Administrative permissions to member accounts are not a prerequisite for federating IAM Identity Center with an external IdP; the federation configuration is performed at the IAM Identity Center level in the management account and centrally governs access to all member accounts without requiring direct access to each one.

Concept tested: Federating IAM Identity Center with external SAML 2.0 IdP

Source: https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-identity-source-idp.html

Topics

#IAM Identity Center#SAML 2.0 federation#SSO#X.509 certificate

Community Discussion

No community discussion yet for this question.

Full SOA-C03 Practice