nerdexam
CompTIA

SY0-501 · Question #308

Company XYZ has decided to make use of a cloud-based service that requires mutual, certificate- based authentication with its users. The company uses SSL-inspecting IDS at its network boundary and…

The correct answer is B. Use of active directory federation between the company and the cloud-based service. To prevent an SSL-inspecting IDS from capturing user credentials or keys during mutual authentication with a cloud service, identity federation is the most effective solution. This approach ensures primary authentication occurs internally, keeping sensitive information off the…

Submitted by thandi_sa· Mar 4, 2026Security architecture

Question

Company XYZ has decided to make use of a cloud-based service that requires mutual, certificate- based authentication with its users. The company uses SSL-inspecting IDS at its network boundary and is concerned about the confidentiality of the mutual authentication. Which of the following model prevents the IDS from capturing credentials used to authenticate users to the new service or keys to decrypt that communication?

Options

  • AUse of OATH between the user and the service and attestation from the company domain
  • BUse of active directory federation between the company and the cloud-based service
  • CUse of smartcards that store x.509 keys, signed by a global CA
  • DUse of a third-party, SAML-based authentication service for attestation

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    83% (25)
  • C
    10% (3)
  • D
    3% (1)

Why each option

To prevent an SSL-inspecting IDS from capturing user credentials or keys during mutual authentication with a cloud service, identity federation is the most effective solution. This approach ensures primary authentication occurs internally, keeping sensitive information off the network boundary.

AUse of OATH between the user and the service and attestation from the company domain

OATH provides strong authentication but does not inherently prevent an SSL-inspecting IDS from performing a Man-in-the-Middle attack on the mutual certificate-based communication itself, which would allow it to decrypt and inspect the session keys.

BUse of active directory federation between the company and the cloud-based serviceCorrect

Active Directory Federation allows users to authenticate against their company's internal identity provider, ensuring their primary credentials (passwords or private keys) never traverse the external network to the cloud service. Instead, a security token is issued by the internal IdP and presented to the cloud service, thereby preventing the SSL-inspecting IDS from capturing the actual credentials or keys used in the initial authentication.

CUse of smartcards that store x.509 keys, signed by a global CA

While smartcards provide strong, certificate-based authentication, the direct communication between the user and the cloud service would still pass through the SSL-inspecting IDS, allowing it to decrypt and re-encrypt the traffic, thus exposing the certificate exchange and session key negotiation.

DUse of a third-party, SAML-based authentication service for attestation

A generic 'third-party, SAML-based authentication service' for attestation might still require user credentials to be sent across the network boundary to that third party, where the SSL-inspecting IDS could intercept them, failing to guarantee that primary authentication occurs internally within the company.

Concept tested: Identity Federation for secure credential handling

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/overview/ad-fs-overview

Topics

#AD federation#mutual authentication#SSL inspection#certificate-based auth

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice