CV0-002 · Question #303
A company is deploying a new instant messaging app to allow for communications with external vendors. Each entity will host its own version of the application, but users must be able to talk between t
The correct answer is C. Public federation. To enable users of instant messaging applications hosted by different companies to communicate with each other, public federation is the most appropriate security technique.
Question
A company is deploying a new instant messaging app to allow for communications with external vendors. Each entity will host its own version of the application, but users must be able to talk between the companies. Which of the following security techniques would MOST likely be used to allow this to happen?
Options
- AUser synchronization
- BPassword synchronization
- CPublic federation
- DMultifactor authentication
How the community answered
(47 responses)- A2% (1)
- B2% (1)
- C89% (42)
- D6% (3)
Why each option
To enable users of instant messaging applications hosted by different companies to communicate with each other, public federation is the most appropriate security technique.
User synchronization involves copying user accounts between directories, which is complex and does not inherently provide the real-time, cross-domain communication required for federated instant messaging.
Password synchronization only ensures consistent passwords across systems but does not address the fundamental need for cross-domain identity trust and communication between disparate application instances.
Public federation allows identity systems from different organizations to trust each other, enabling users from one company to authenticate and communicate securely with users or resources hosted by another company without managing separate accounts.
Multifactor authentication enhances the security of an individual user's login within their own system but does not enable communication or identity recognition across different organizational domains.
Concept tested: Identity Federation for cross-organization communication
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-federation
Topics
Community Discussion
No community discussion yet for this question.