Question 513 of 1,152
Security ArchitecturemediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to establish federation with SAML or OIDC and support just-in-time provisioning for partner access. This design works because federation using SAML or OIDC allows the partner company’s own identity provider to handle authentication, so the manufacturer never needs to create or manage local passwords for each partner employee. Just-in-time provisioning then automatically creates the necessary user account in the procurement portal the first time a partner user authenticates, eliminating manual account setup while maintaining security. On the Security+ SY0-701 exam, this scenario tests your understanding of cross-organization trust and identity federation, often appearing in questions about reducing administrative overhead and enforcing least privilege. A common trap is to confuse federation with simple single sign-on (SSO) within the same organization, or to overlook just-in-time provisioning as the mechanism that makes federation practical for external users. Remember the mnemonic “Fed JIT” — Federation plus Just-In-Time provisioning means no local passwords and no manual account creation.

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.

A manufacturer needs to grant a partner company access to a procurement portal. Partner users should authenticate with their own identity provider, and the manufacturer does not want to create local passwords for each partner employee. Which design best supports this?

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
Full question →

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

Establish federation with SAML or OIDC and support just-in-time provisioning for partner users.

Federation with SAML or OIDC allows the partner company to use its own identity provider for authentication, eliminating the need for local passwords. Just-in-time provisioning automatically creates user accounts in the manufacturer's procurement portal upon first successful authentication, ensuring access is granted without manual account management. This design supports secure cross-organization trust without sharing credentials or maintaining duplicate user stores.

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 local accounts for every partner user and reset passwords manually when staff changes occur.

    Why it's wrong here

    Local accounts increase administrative overhead and do not let the partner keep its own identity lifecycle.

  • Share one VPN credential with the partner organization and let them manage access internally.

    Why it's wrong here

    Shared credentials provide weak accountability and do not support individual authentication well.

  • Use NTLM pass-through authentication to avoid setting up trust relationships.

    Why it's wrong here

    NTLM pass-through is not the right architecture for modern partner federation and SSO use cases.

  • Establish federation with SAML or OIDC and support just-in-time provisioning for partner users.

    Why this is correct

    Federation lets partner users authenticate through their own identity provider while the portal trusts that assertion and creates accounts as needed.

    Clue confirmation

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

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse NTLM pass-through authentication (Option C) as a viable cross-org solution, not realizing it requires a direct Active Directory trust and cannot work without establishing a federation relationship, whereas federation with SAML/OIDC is the correct modern approach for external identity provider integration.

Detailed technical explanation

How to think about this question

SAML (Security Assertion Markup Language) uses XML-based assertions to exchange authentication and authorization data between an identity provider (IdP) and a service provider (SP), while OIDC (OpenID Connect) is a simpler JSON-based protocol built on OAuth 2.0. Just-in-time provisioning works by having the SP create a local user account on-the-fly when the IdP sends a valid assertion containing required attributes (e.g., email, group membership), often using SCIM (System for Cross-domain Identity Management) for synchronization. In real-world deployments, this eliminates the need for bulk user imports and reduces the attack surface from stale accounts.

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: Establish federation with SAML or OIDC and support just-in-time provisioning for partner users. — Federation with SAML or OIDC allows the partner company to use its own identity provider for authentication, eliminating the need for local passwords. Just-in-time provisioning automatically creates user accounts in the manufacturer's procurement portal upon first successful authentication, ensuring access is granted without manual account management. This design supports secure cross-organization trust without sharing credentials or maintaining duplicate user stores.

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

3 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. A manufacturer wants to give partner-company users access to a procurement portal. The partner wants to authenticate its own users, and the manufacturer does not want to create separate local passwords for them. What is the best solution?

medium
  • A.Create shared portal accounts and distribute credentials to the partner's staff.
  • B.Federate access with the partner's identity provider and map claims or attributes to portal roles.
  • C.Issue one VPN account for the partner organization and let them share it internally.
  • D.Require each partner user to create a password directly in the procurement portal.

Why B: Federation with the partner's identity provider (IdP) using standards like SAML 2.0 or OIDC allows the partner to authenticate their own users while the manufacturer's portal trusts those assertions. Claims or attributes from the IdP (e.g., group membership) are mapped to portal roles, eliminating the need for local passwords and enabling single sign-on (SSO). This is the best solution because it maintains security boundaries and offloads authentication management to the partner.

Variation 2. A manufacturer wants partner-company users to access a procurement portal using their own company identities. The manufacturer does not want to create local accounts for each partner user, but it still needs to control what those users can do in the portal. Which approach should be used?

medium
  • A.Create one shared partner account for each external company and reuse the same password.
  • B.Use federated identity with role mapping so the portal trusts each partner’s identity provider.
  • C.Synchronize every partner user into the manufacturer’s directory and require a separate password change.
  • D.Store partner passwords in the portal database and use password reset emails for access control.

Why B: Federated identity with role mapping allows the manufacturer to trust authentication performed by each partner's own identity provider (IdP) using standards like SAML 2.0 or OpenID Connect. This eliminates the need for local accounts while enabling fine-grained access control through roles or attributes passed in the assertion, ensuring partners can only perform authorized actions in the portal.

Variation 3. A manufacturer wants partner-company users to access a procurement portal. The manufacturer does not want to create separate local accounts, and the partners want to authenticate their own users with existing corporate identities. Which two capabilities should be implemented? Select two.

medium
  • A.Create a separate local account for every partner employee and store the passwords internally.
  • B.Trust the partner identity providers through federation and accept their assertions.
  • C.Use a shared generic partner login for each company to simplify support.
  • D.Map partner roles or groups to application permissions after authentication.
  • E.Require partners to email screenshots of their credentials to request access.

Why B: Option B is correct because federation allows the manufacturer to trust identity assertions from the partners' own identity providers (IdPs) using standards like SAML 2.0 or OIDC. This eliminates the need for local accounts while enabling partners to authenticate with their existing corporate identities, meeting both requirements.

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.