1Y0-231 · Question #55
SAML is an authentication protocol based on _____________.
The correct answer is B. XML. SAML (Security Assertion Markup Language) is built on XML, using it to encode authentication and authorization data passed between an identity provider and a service provider. Every SAML assertion, request, and response is an XML document, making XML the foundational technology…
Question
SAML is an authentication protocol based on _____________.
Options
- ALDAP
- BXML
- CHTML
- DYAML
How the community answered
(41 responses)- A2% (1)
- B90% (37)
- C5% (2)
- D2% (1)
Explanation
SAML (Security Assertion Markup Language) is built on XML, using it to encode authentication and authorization data passed between an identity provider and a service provider. Every SAML assertion, request, and response is an XML document, making XML the foundational technology of the protocol.
- A (LDAP) is wrong - LDAP is a directory access protocol used to store and look up identity data; SAML may sit on top of systems that use LDAP, but SAML itself is not based on it.
- C (HTML) is wrong - HTML is a markup language for web pages, not for structured data exchange between authentication systems.
- D (YAML) is wrong - YAML is a human-readable data serialization format with no role in SAML's design.
Memory tip: The "ML" in SAML stands for Markup Language - just like "ML" in XML and HTML - reminding you that SAML speaks the language of XML.
Topics
Community Discussion
No community discussion yet for this question.