Security Assertion Markup Language
SAML is an open, XML-based standard that lets people sign in once and then access multiple web applications without logging in separately to each one. It works by having a trusted identity system vouch for a user's identity to the applications they want to use, enabling single sign-on (SSO). This entry describes what SAML is and how it functions at a conceptual level; it does not cover specific implementation configurations, cryptographic details, or how SAML interacts with data protection obligations.
SAML (Security Assertion Markup Language) is an open, XML-based standard for exchanging authentication and authorization data between parties, most commonly between an identity provider (IdP) and a service provider (SP). The IdP issues security assertions, XML statements that an SP uses to make access-control decisions, thereby enabling web-based single sign-on (SSO) in which a user authenticates once and gains access to multiple applications. This definition addresses SAML's role as an authentication and assertion-exchange protocol only; the evidence provided does not establish protocol version specifics, binding and profile details, signature and encryption requirements, or any relationship to particular data protection regimes, and those aspects are out of scope here.
Why it matters
SAML underpins much of the enterprise single sign-on (SSO) that organizations rely on to let users authenticate once and reach multiple web applications. From a governance and access-management perspective, this matters because centralizing authentication through a trusted identity provider (IdP) can reduce the number of separate credential stores an organization must manage and can give a single point at which access decisions are made. Where authentication is federated in this way, the identity provider becomes a critical control point whose configuration and trustworthiness directly affect which users reach which applications.
Because SAML concentrates authentication at the identity provider, the design and operation of that provider carries significant weight. The standard enables a service provider (SP) to make access-control decisions based on assertions issued by an IdP, so the integrity of that trust relationship is central to how access is granted. This entry does not establish signature, encryption, binding, or profile requirements, and it does not address how those elements should be configured; those are important but out of scope here based on the evidence provided.
SAML is an authentication and assertion-exchange mechanism, not a data protection control. It governs how identity is asserted between parties, and should not be treated as addressing lawful basis, retention, cross-border transfer, or other data protection obligations. The evidence provided does not establish any relationship between SAML and specific data protection regimes, and no such relationship should be inferred from this entry.
Who it's relevant to
Inside SAML
Common questions
Answers to the questions practitioners most commonly ask about SAML.