CCSP · Question #345
Which is the most commonly used standard for information exchange within a federated identity system? Response:
The correct answer is C. SAML. SAML (Security Assertion Markup Language) is widely recognized as the most commonly used standard for exchanging authentication and authorization data between identity providers and service providers in federated identity systems.
Question
Which is the most commonly used standard for information exchange within a federated identity system? Response:
Options
- AOAuth
- BOpenID
- CSAML
- DWS-Federation
How the community answered
(35 responses)- A3% (1)
- B6% (2)
- C91% (32)
Why each option
SAML (Security Assertion Markup Language) is widely recognized as the most commonly used standard for exchanging authentication and authorization data between identity providers and service providers in federated identity systems.
OAuth is primarily an authorization framework for granting limited access to resources, often used in conjunction with OpenID Connect for identity, but not a primary identity federation standard itself.
OpenID is an authentication protocol, with OpenID Connect providing identity built on OAuth 2.0, but it is not as universally adopted for broad enterprise federation as SAML.
SAML (Security Assertion Markup Language) has been the dominant standard for enterprise federated identity management for many years, enabling single sign-on (SSO) across disparate security domains. It is extensively used to exchange authentication and authorization data between an identity provider (IdP) and a service provider (SP).
WS-Federation is an older standard mainly for SOAP-based web services, and while it supports federation, its adoption is less widespread compared to SAML in general enterprise use cases.
Concept tested: Federated identity standards
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-sso-compare
Topics
Community Discussion
No community discussion yet for this question.