nerdexam
CompTIA

CAS-002 · Question #615

An organization would like to allow employees to use their network username and password to access a third-party service. The company is using Active Directory Federated Services for their directory…

The correct answer is B. SAML E. Kerberos. AD FS federates identity using SAML tokens and relies on Kerberos for underlying Windows authentication, so third-party services must support both to participate in the federated SSO flow.

Technical Integration of Enterprise Components

Question

An organization would like to allow employees to use their network username and password to access a third-party service. The company is using Active Directory Federated Services for their directory service. Which of the following should the company ensure is supported by the third-party? (Select TWO).

Options

  • ALDAP/S
  • BSAML
  • CNTLM
  • DOAUTH
  • EKerberos

How the community answered

(40 responses)
  • A
    10% (4)
  • B
    80% (32)
  • C
    8% (3)
  • D
    3% (1)

Why each option

AD FS federates identity using SAML tokens and relies on Kerberos for underlying Windows authentication, so third-party services must support both to participate in the federated SSO flow.

ALDAP/S

LDAP/S is a directory access protocol used to query and manage directory objects, not a federation or SSO protocol, so it cannot facilitate cross-domain identity federation.

BSAMLCorrect

AD FS acts as a SAML Identity Provider (IdP), issuing signed SAML assertions to external service providers to enable cross-domain single sign-on. The third-party must support SAML to consume these assertions and trust the AD FS-issued token.

CNTLM

NTLM is a legacy Microsoft challenge-response protocol designed for internal Windows environments and does not support federated identity scenarios with third-party web services.

DOAUTH

OAuth is an authorization delegation framework rather than an authentication federation protocol, and AD FS federation relies on SAML rather than OAuth for issuing cross-domain identity assertions.

EKerberosCorrect

AD FS authenticates users against Active Directory using Kerberos before issuing federation tokens, so the federated trust chain depends on Kerberos being supported as the underlying Windows authentication mechanism.

Concept tested: AD FS federated identity using SAML and Kerberos

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

Topics

#federated identity#SAML#Kerberos#single sign-on

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice