Start with Identity
← Glossary
Protocol

SAML 2.0

Security Assertion Markup Language. An XML-based protocol for federated authentication, dominant in enterprise SSO. Largely superseded by OIDC for new deployments but still required for legacy SaaS app catalogs.

SAML is not going away because the enterprise buyer on the other side of a B2B deal requires it, which is why every serious CIAM platform still ships it. Its security record is worse than OIDC's for a structural reason: XML signature validation is genuinely hard, and canonicalization and parser-differential bugs have produced a long run of authentication bypasses where a service provider accepted a forged assertion.

See also: SAML 2.0, SAML vs OIDC, federation, identity CVE catalog

Related terms
Last reviewed By SWI Community TeamSuggest a correctionHow we research