Question 503 of 1,152
Security ArchitecturemediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to enable federated authentication with the corporate IdP and automate provisioning and deprovisioning with SCIM. This combination is correct because federated authentication centralizes identity management in the corporate identity provider (IdP), such as Azure AD, while SCIM (System for Cross-domain Identity Management) provides a standardized protocol to automatically push deprovisioning commands to the SaaS application the moment a user is terminated in the IdP. On the Security+ SY0-701 exam, this scenario tests your understanding of cloud identity controls for automated user deprovisioning in SaaS applications, often appearing in a multiple-choice exhibit where manual processes or simple password resets are tempting but incorrect traps. The key exam trap is choosing “disable the user in the SaaS app manually,” which fails the “quickly and consistently” requirement. Memory tip: think “FED + SCIM” — Federated authentication for central control, SCIM for automated sync, ensuring terminated users lose access instantly across all connected apps.

SY0-701 Security Architecture Practice Question

This SY0-701 practice question tests your understanding of security architecture. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

Exhibit

Identity review notes:
- HR termination events are exported daily from the HR system.
- SaaS Admin Console shows 17 inactive contractor accounts still enabled.
- The application supports SAML SSO.
- SCIM provisioning is currently disabled.
- Deactivation requests are handled through email tickets.

Based on the exhibit, what is the best cloud identity control to ensure terminated users lose access to the SaaS application quickly and consistently?

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 →

Exhibit

Identity review notes:
- HR termination events are exported daily from the HR system.
- SaaS Admin Console shows 17 inactive contractor accounts still enabled.
- The application supports SAML SSO.
- SCIM provisioning is currently disabled.
- Deactivation requests are handled through email tickets.

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

Enable federated authentication with the corporate IdP and automate provisioning and deprovisioning with SCIM.

Option B is correct because federated authentication with a corporate identity provider (IdP) combined with SCIM (System for Cross-domain Identity Management) ensures that when a user is terminated in the IdP (e.g., Active Directory or Azure AD), the SaaS application is automatically notified via SCIM to deprovision the user account. This eliminates manual intervention and guarantees consistent, near-instant revocation of access across all federated SaaS applications.

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.

  • Keep the SaaS local user accounts and require the help desk to disable them manually after each termination.

    Why it's wrong here

    Manual ticketing is slow and inconsistent, especially when staff changes happen often. It depends on human follow-through and can leave accounts active too long.

  • Enable federated authentication with the corporate IdP and automate provisioning and deprovisioning with SCIM.

    Why this is correct

    Federation centralizes authentication in the corporate identity provider, and SCIM automates account lifecycle changes based on HR events. That means terminations, transfers, and new hires can be reflected quickly in the SaaS application without relying on manual email tickets. This reduces orphaned accounts and improves consistency across the cloud environment.

    Clue confirmation

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

    Related concept

    Read the scenario before looking for a memorised answer.

  • Create a shared emergency administrator account so access can be revoked by changing one password.

    Why it's wrong here

    Shared accounts weaken accountability and make it impossible to prove which user performed which action. They also do not solve the deprovisioning problem cleanly.

  • Require users to clear browser cookies after termination so the SaaS session expires sooner.

    Why it's wrong here

    Session cleanup may shorten access for some active sessions, but it does not disable the underlying account. Terminated users could still sign in again if credentials remain active.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse session management (clearing cookies) with account deprovisioning, or they assume manual processes are acceptable for security, when the exam emphasizes automation and centralized identity management for consistency and speed.

Detailed technical explanation

How to think about this question

SCIM 2.0 (RFC 7644) defines a RESTful API schema for automating user identity lifecycle management between an IdP and a service provider. When a user is disabled or deleted in the IdP, the IdP sends a PATCH or DELETE request to the SaaS application's SCIM endpoint, which immediately updates the user's status. In real-world environments, this prevents orphaned accounts that can be exploited by former employees, especially in high-turnover or compliance-heavy industries like healthcare or finance.

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: Enable federated authentication with the corporate IdP and automate provisioning and deprovisioning with SCIM. — Option B is correct because federated authentication with a corporate identity provider (IdP) combined with SCIM (System for Cross-domain Identity Management) ensures that when a user is terminated in the IdP (e.g., Active Directory or Azure AD), the SaaS application is automatically notified via SCIM to deprovision the user account. This eliminates manual intervention and guarantees consistent, near-instant revocation of access across all federated SaaS applications.

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

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.