SAML (Security Assertion Markup Language)
Enables Federated Identity: Allows users to use a single set of credentials, managed by a trusted Identity Provider, to access services from multiple, otherwise independent, Service Providers.
Facilitates Single Sign-On (SSO): Users authenticate once with their IdP and can then access multiple affiliated SP web applications seamlessly without repetitive logins.
XML-based Standard: Uses XML for defining 'assertions' – statements made by an IdP about a user's identity, attributes (e.g., email, roles), and authentication status.
Key Roles: Defines Identity Providers (IdPs), which authenticate users and issue SAML assertions, and Service Providers (SPs), which consume these assertions to grant access to protected resources.