SY0-501 · Question #301
Which of the following allows an application to securely authenticate a user by receiving credentials from a web domain?
The correct answer is D. SAML. SAML (Security Assertion Markup Language) is an XML-based open standard that enables secure authentication by allowing identity providers to pass authorization credentials to service providers across web domains.
Question
Which of the following allows an application to securely authenticate a user by receiving credentials from a web domain?
Options
- ATACACS+
- BRADIUS
- CKerberos
- DSAML
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D81% (22)
Why each option
SAML (Security Assertion Markup Language) is an XML-based open standard that enables secure authentication by allowing identity providers to pass authorization credentials to service providers across web domains.
TACACS+ is a Cisco-proprietary AAA protocol that separates authentication, authorization, and accounting over TCP, and is primarily used for device administration (e.g., network gear CLI access), not web-domain-based application authentication.
RADIUS is a UDP-based AAA protocol used primarily for network access authentication (e.g., VPN, Wi-Fi), and does not support the web-domain federation or token-based assertion model required for cross-domain application authentication.
Kerberos is a ticket-based authentication protocol used within a single trusted network domain (e.g., Active Directory), and is not designed to authenticate users across separate web domains or pass credentials between federated web services.
SAML is specifically designed for web-based single sign-on (SSO), allowing an Identity Provider (IdP) to authenticate a user and pass a signed XML assertion (token) to a Service Provider (SP) across web domains. This federated identity model means the application (SP) never directly handles the user's credentials - it simply receives and validates the SAML assertion from the trusted web domain IdP, making it the only option here designed for cross-domain web authentication.
Concept tested: SAML web-based federated identity authentication
Source: https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html
Topics
Community Discussion
No community discussion yet for this question.