Skip to content
IT Atlas

Identity · Federation

SAML 2.0

An XML based standard for exchanging authentication and attribute assertions between an identity provider and a service provider.

AdvancedUpdated 2026-09-01

Overview

SAML remains the dominant enterprise SSO protocol for established SaaS applications. The identity provider signs an assertion containing the subject, attributes and conditions; the service provider validates the signature and creates a session.

Newer applications generally prefer OpenID Connect, which is JSON based and better suited to mobile and API scenarios, but SAML is entrenched and will remain in use for years.

Security considerations

  • Validate signatures, audience restriction, NotBefore/NotOnOrAfter and replay protection.
  • Monitor for new or modified federation trusts and rotate signing certificates on a schedule.