SCS-C02 · Question #340
You are working for a company and been allocated the task for ensuring that there is a federated authentication mechanism setup between AWS and their On-premise Active Directory. Which of the…
The correct answer is A. Ensure the right match is in place for On-premise AD Groups and IAM Roles. D. Configure AWS as the relying party in Active Directory Federation services. In federated authentication with ADFS, on-premise AD Groups map directly to IAM Roles (not IAM Groups), because federated users assume temporary permissions via role assumption - there are no permanent IAM user accounts involved, making option A correct and option B wrong…
Question
You are working for a company and been allocated the task for ensuring that there is a federated authentication mechanism setup between AWS and their On-premise Active Directory. Which of the following are important steps that need to be covered in this process? Choose 2 answers from the options given below.
Options
- AEnsure the right match is in place for On-premise AD Groups and IAM Roles.
- BEnsure the right match is in place for On-premise AD Groups and IAM Groups.
- CConfigure AWS as the relying party in Active Directory
- DConfigure AWS as the relying party in Active Directory Federation services
How the community answered
(30 responses)- A83% (25)
- B10% (3)
- C7% (2)
Explanation
In federated authentication with ADFS, on-premise AD Groups map directly to IAM Roles (not IAM Groups), because federated users assume temporary permissions via role assumption - there are no permanent IAM user accounts involved, making option A correct and option B wrong. Option D is correct because AWS must be registered as a Relying Party Trust specifically within AD Federation Services (ADFS), which is the component that issues and signs SAML tokens; option C is wrong because bare Active Directory has no concept of relying parties - that trust relationship belongs in ADFS, not AD itself.
Memory tip: Think "Roles for federation, ADFS for the trust" - federated identities always assume roles (temporary), and the federation token magic happens in ADFS, not plain AD.
Topics
Community Discussion
No community discussion yet for this question.