CCSK · Question #128
Prominent recommended standards to enable federation of identity in cloud environments include:
The correct answer is D. SAML. SAML is the primary open standard for federated identity in cloud environments, enabling authentication assertions to be exchanged across organizational boundaries.
Question
Prominent recommended standards to enable federation of identity in cloud environments include:
Options
- AFIDO
- BKerberos
- CSSO
- DSAML
- EX.509
How the community answered
(20 responses)- B5% (1)
- C10% (2)
- D80% (16)
- E5% (1)
Why each option
SAML is the primary open standard for federated identity in cloud environments, enabling authentication assertions to be exchanged across organizational boundaries.
FIDO is a standard for passwordless and multi-factor authentication at the device level, not for federating identity assertions between separate organizational domains.
Kerberos is a ticket-based network authentication protocol designed for use within a single Kerberos realm or trusted domain and does not natively support cross-domain cloud federation.
SSO is a user experience outcome and architectural goal, not a protocol or standard - it describes what federation achieves rather than the mechanism used to achieve it.
SAML (Security Assertion Markup Language) is an XML-based OASIS standard specifically designed for cross-domain identity federation, allowing an identity provider to pass signed authentication and authorization assertions to a service provider - making it the recommended protocol for enabling SSO and identity federation across cloud environments without sharing credentials.
X.509 defines the format for public key certificates used in PKI and TLS, but it is not a federation protocol and does not handle the exchange of identity assertions between providers.
Concept tested: Identity federation standards using SAML in cloud
Source: https://learn.microsoft.com/en-us/entra/architecture/auth-saml
Topics
Community Discussion
No community discussion yet for this question.