CISSP · Question #449
Which of the following is the BEST identity-as-a-service (IDaaS) solution for validating users?
The correct answer is B. Security Assertion Markup Language (SAM.). SAML is the best IDaaS solution for validating (authenticating) users because it is a widely adopted XML-based standard specifically designed for exchanging authentication and authorization data between identity providers and service providers in cloud/federated environments.
Question
Options
- ALightweight Directory Access Protocol (LDAP)
- BSecurity Assertion Markup Language (SAM.)
- CSingle Sign-on (SSO)
- DOpen Authentication (OAuth)
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C14% (3)
- D5% (1)
Why each option
SAML is the best IDaaS solution for validating (authenticating) users because it is a widely adopted XML-based standard specifically designed for exchanging authentication and authorization data between identity providers and service providers in cloud/federated environments.
LDAP is a directory access protocol typically used for on-premises directory queries and is not a cloud-based IDaaS solution for validating users.
Security Assertion Markup Language (SAML) is an XML-based open standard specifically designed for exchanging authentication and authorization assertions between an identity provider (IdP) and a service provider (SP). It is the foundational protocol used by most IDaaS platforms to validate user identities across cloud services through federated authentication. SAML directly addresses user validation by providing secure, standardized identity assertions in cloud-based identity scenarios.
SSO is a user experience concept that allows access to multiple applications with one login, but it is not itself an identity validation protocol-it relies on underlying protocols like SAML to perform actual authentication.
OAuth is an authorization framework designed to grant third-party applications limited access to resources, but it is not primarily designed for authenticating (validating) user identity.
Concept tested: IDaaS protocols for federated user authentication
Source: https://learn.microsoft.com/en-us/entra/architecture/auth-saml
Topics
Community Discussion
No community discussion yet for this question.