SY0-701 Security Architecture Practice Question
A company wants employees to sign in once with corporate credentials and access multiple SaaS apps without creating separate passwords for each service. Which two features best support this goal? Select two.
⚠ Common exam trap
Many candidates confuse SSO (Option B) with federation (Option A) as being redundant, but they are complementary—federation establishes the trust relationship, while SSO provides the seamless session reuse—so both are required to meet the goal of signing in once with corporate credentials across multiple SaaS apps.
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
✓
Federation trust between the corporate identity provider and the SaaS provider.
Federation trust, typically implemented via standards like SAML 2.0 or OpenID Connect, establishes a trust relationship between the corporate identity provider (IdP) and each SaaS provider. This allows the SaaS app to accept authentication assertions from the corporate IdP, enabling users to sign in with their corporate credentials without needing separate passwords for each service.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Federation trust between the corporate identity provider and the SaaS provider.
Why this is correct
Federation trust is a technical relationship established between the corporate identity provider (IdP) and the SaaS provider's service (SP), often via standards like SAML 2.0 or OIDC. The SP relies on security assertions/tokens issued by the IdP, eliminating the need for separate accounts or passwords in the SaaS application. This enables centralized identity governance, immediate revocation when an employee leaves, and a single compliant authentication policy across all connected services.
- ✓
Single sign-on so users authenticate once and reuse that session across apps.
Why this is correct
Single sign-on (SSO) is the user-facing authentication flow that allows an employee to sign in once at the corporate identity provider and automatically be authenticated to every trusted application. It works by passing a signed authentication token or session cookie to relying applications, so the user does not re-enter credentials for each SaaS app. While federation establishes the trust, SSO delivers the actual 'sign in once' experience that satisfies the requirement.
- ✗
Shared generic accounts for each department.
Why it's wrong here
Creating a shared generic account for each department (e.g., a single 'sales@' login) would make every member of the department authenticate with identical credentials, destroying non-repudiation and auditability. It is impossible to tell which specific user performed a given action, which complicates incident response and compliance reporting. Additionally, password changes must be communicated to everyone, and when any user leaves, the shared password must be rotated and redistributed, making it both a security and an administrative burden.
- ✗
Storing the same password inside every SaaS application.
Why it's wrong here
Storing the same password in every SaaS application forces users to use either a single weak password or a memorable one for all services, dramatically increasing the risk of credential stuffing and lateral compromise. If one SaaS provider is breached and hashes are cracked, the same password allows access to all other applications, including sensitive corporate data. This approach also violates the principle of least privilege and does nothing to address centralized authentication or account lifecycle management.
- ✗
Disabling MFA so the sign-in process is faster.
Why it's wrong here
Disabling MFA is not only unnecessary for achieving single sign-on, but actively undermines security. SSO centralizes authentication at the identity provider, so an attacker who obtains a user's password gains access to every federated application at once. Keeping MFA enabled adds a strong, second-factor verification at the corporate IdP, protecting all downstream SaaS services from a single weak point without degrading the user experience.
Go deeper
Related to this question
Learn chapter
Cloud Access Security Broker (CASB)
Key term
Authentication
Authentication is the process of verifying that someone or something is who or what it claims to be before granting access to a system or resource.
Key term
Identity
Identity is the unique set of attributes that defines a user, device, or service in a computer system, determining what they can access and do.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.