SAMLbased
SAML-based refers to systems that use the Security Assertion Markup Language (SAML), typically version 2.0, to enable federated authentication and single sign-on (SSO) across organizations. In such deployments, an identity provider (IdP) authenticates users and issues signed assertions to service providers (SPs).
In standard web browser flows, a user requesting access to an SP is redirected to the IdP
SAML 2.0 supports subject confirmation, attribute statements, and optional assertion encryption. Key data are carried in
Common use cases include enterprise SSO to cloud apps; IdPs include Okta, ADFS, and Ping Identity; SPs
Compared to OAuth and OpenID Connect, SAML-based authentication uses XML-based assertions and browser redirects rather than