Question 552 of 1,152
Security ArchitecturemediumMultiple ChoiceObjective-mapped

Quick Answer

The correct choice is federated SSO with the corporate identity provider and automated provisioning and deprovisioning. This solution works because federated SSO leverages standards like SAML 2.0 or OIDC to let employees sign in with their existing corporate credentials, eliminating the need for separate SaaS passwords, while automated provisioning via SCIM ensures that when a user is terminated in the HR platform, their access is revoked immediately without manual intervention. On the Security+ SY0-701 exam, this scenario tests your understanding of identity federation versus directory services—a common trap is choosing LDAP, which is designed for on-premises directory lookups and cannot natively handle cross-domain SSO or automated deprovisioning across SaaS platforms. Remember the key distinction: LDAP authenticates against a local directory, but federated SSO delegates authentication to a corporate IdP and pairs with SCIM for lifecycle management. A helpful memory tip: “Federate for SSO, SCIM for flow—LDAP stays home, it doesn’t roam.”

SY0-701 Security Architecture Practice Question

This SY0-701 practice question tests your understanding of security architecture. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

An enterprise is moving from on-prem identity to a SaaS HR platform. Employees should sign in with corporate credentials, and terminated users must lose access quickly without manually creating or deleting SaaS passwords. Which solution best fits?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Implement federated SSO with the corporate identity provider and automated provisioning and deprovisioning.

Federated SSO with the corporate identity provider (IdP) allows employees to sign in using their existing corporate credentials via standards like SAML 2.0 or OIDC, eliminating the need for separate SaaS passwords. Automated provisioning and deprovisioning (e.g., via SCIM) ensures that when a user is terminated in the HR platform, their access to the SaaS application is revoked immediately without manual intervention, meeting the requirement for rapid access removal.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Create a shared HR password for all employees and change it quarterly.

    Why it's wrong here

    Shared passwords are hard to audit, impossible to attribute cleanly, and create major accountability gaps.

  • Use LDAP bind accounts directly against the SaaS platform for every login.

    Why it's wrong here

    Direct LDAP dependence is uncommon for SaaS and does not address modern federated access well.

  • Implement federated SSO with the corporate identity provider and automated provisioning and deprovisioning.

    Why this is correct

    Federated SSO lets users authenticate through the corporate identity provider while lifecycle automation removes access quickly when HR changes occur.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Require each user to create a separate local SaaS account and store the credentials in a vault.

    Why it's wrong here

    Local accounts increase password sprawl and slow deprovisioning, which is the opposite of the stated goal.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse LDAP bind (Option B) with federated SSO, thinking that LDAP can directly authenticate against SaaS platforms, but LDAP is a directory access protocol that requires a gateway or federation service to work with cloud apps, and it lacks automated provisioning capabilities.

Detailed technical explanation

How to think about this question

Under the hood, federated SSO relies on the corporate IdP issuing signed assertions (SAML) or ID tokens (OIDC) to the SaaS platform, which trusts the IdP's signature. Automated provisioning uses the SCIM 2.0 protocol (RFC 7644) to synchronize user attributes and lifecycle events (create, update, deactivate) between the HR platform and the SaaS app, ensuring that a terminated user's account is disabled or deleted within minutes of the HR system update. In a real-world scenario, if the HR platform is Workday and the SaaS app is Salesforce, the integration would use SAML for authentication and SCIM for user lifecycle management, with the IdP (e.g., Azure AD) acting as the broker.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SY0-701 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Security Architecture — This question tests Security Architecture — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Implement federated SSO with the corporate identity provider and automated provisioning and deprovisioning. — Federated SSO with the corporate identity provider (IdP) allows employees to sign in using their existing corporate credentials via standards like SAML 2.0 or OIDC, eliminating the need for separate SaaS passwords. Automated provisioning and deprovisioning (e.g., via SCIM) ensures that when a user is terminated in the HR platform, their access to the SaaS application is revoked immediately without manual intervention, meeting the requirement for rapid access removal.

What should I do if I get this SY0-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on SY0-701

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. An HR system marks employees as hired, transferred, or terminated. The security team wants those changes to create, update, or disable accounts in multiple SaaS apps automatically after the user authenticates through the company identity provider. Which capability should be added?

medium
  • A.SAML federation alone, with no additional account lifecycle automation.
  • B.Password synchronization between every application.
  • C.SCIM provisioning integrated with the SSO platform.
  • D.Local administrator groups on each SaaS application.

Why C: SCIM (System for Cross-domain Identity Management) is the correct choice because it provides a standardized protocol for automating the creation, update, and deletion of user accounts across multiple SaaS applications. When integrated with an SSO platform (like SAML), SCIM handles the lifecycle events (hire, transfer, terminate) by sending RESTful API calls to each SaaS app, ensuring accounts are created, updated, or disabled without manual intervention. SAML alone only handles authentication, not account provisioning, making SCIM essential for the described automation.

Keep practising

More SY0-701 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.