CV0-002 · Question #245
Several SaaS providers support identity federation for authentication. Which of the following would BEST assist in enabling federation?
The correct answer is A. SAML. Identity federation allows a user to authenticate once and access multiple services without re-authenticating, and SAML is a widely used standard protocol for achieving this.
Question
Several SaaS providers support identity federation for authentication. Which of the following would BEST assist in enabling federation?
Options
- ASAML
- BNTLM
- CMFA
- DPKI
How the community answered
(39 responses)- A92% (36)
- B3% (1)
- C5% (2)
Why each option
Identity federation allows a user to authenticate once and access multiple services without re-authenticating, and SAML is a widely used standard protocol for achieving this.
SAML (Security Assertion Markup Language) is an XML-based open standard for exchanging authentication and authorization data between an identity provider and a service provider, making it ideal for identity federation in SaaS environments.
NTLM (NT LAN Manager) is an older Windows authentication protocol primarily used for single sign-on within a Windows domain, not for cross-domain or internet-based identity federation with SaaS providers.
MFA (Multi-Factor Authentication) is a security measure that requires users to provide two or more verification factors, which enhances authentication but does not enable federation itself.
PKI (Public Key Infrastructure) is a system for creating, managing, distributing, and revoking digital certificates, which is fundamental for secure communication but not a protocol specifically for identity federation.
Concept tested: Identity federation protocols
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/concept-sso-saml
Topics
Community Discussion
No community discussion yet for this question.