Translations:SAML/12/en

From Identity wiki
Revision as of 13:29, 27 February 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SAML consists of several components that define how authentication and authorization data are exchanged:

  • SAML Assertions: These are XML-based statements that convey authentication, authorization, and attribute information.
   * Authentication Assertion: Confirms that a user has been authenticated.
   * Authorization Assertion: Specifies user permissions.
   * Attribute Assertion: Provides additional user details (e.g., email, role).
  • SAML Protocols: Define how requests and responses are exchanged between the IdP and SP.
  • SAML Bindings: Determine how SAML messages are transported over protocols like HTTP or SOAP.
  • SAML Metadata: Contains configuration details of IdPs and SPs to facilitate interoperability.