CAS-001 · Question #445
CAS-001 Question #445: Real Exam Question with Answer & Explanation
The correct answer is B: SAML. Active Directory Federated Services (ADFS) is Microsoft's identity federation solution built on top of Active Directory. Its federation protocol for SSO to external services is SAML 2.0 (Security Assertion Markup Language), which issues signed security tokens asserting a user's i
Question
Options
- ALDAP/S
- BSAML
- CNTLM
- DOAUTH
- EKerberos
Explanation
Active Directory Federated Services (ADFS) is Microsoft's identity federation solution built on top of Active Directory. Its federation protocol for SSO to external services is SAML 2.0 (Security Assertion Markup Language), which issues signed security tokens asserting a user's identity to third-party relying parties - so the third party must support SAML (B). Internally, ADFS authenticates users against Active Directory using Kerberos (E), which is the native authentication protocol of AD environments; Kerberos tickets are what validate the user's identity before ADFS issues the SAML assertion. LDAP/S (A) is a directory query protocol, not an SSO/federation mechanism for third parties. NTLM (C) is a legacy Windows authentication protocol not used for external federation. OAuth (D) is an authorization delegation framework; while newer ADFS versions support OAuth/OIDC, classic ADFS federation with third parties is centered on SAML and Kerberos.
Community Discussion
No community discussion yet for this question.