CSSLP · Question #388
LogiCore is configuring a federated identity setup where a web application accepts assertions from an external identity provider. What fundamental element must that relationship rely on?
The correct answer is B. Established trust relationship. A federated identity setup, where a web application accepts assertions from an external identity provider, fundamentally relies on an established trust relationship between these two entities.
Question
LogiCore is configuring a federated identity setup where a web application accepts assertions from an external identity provider. What fundamental element must that relationship rely on?
Options
- ATLS
- BEstablished trust relationship
- CCloud Identity
- DPublic key certificates
How the community answered
(34 responses)- A9% (3)
- B85% (29)
- C3% (1)
- D3% (1)
Why each option
A federated identity setup, where a web application accepts assertions from an external identity provider, fundamentally relies on an established trust relationship between these two entities.
TLS (Transport Layer Security) encrypts communication channels, ensuring confidentiality and integrity, but it is a communication protocol, not the fundamental basis of identity trust between providers.
In a federated identity setup, the service provider (web application) must explicitly trust the identity provider to vouch for a user's identity through assertions. This established trust relationship, often built using shared keys or certificates, is critical for the service provider to accept the authentication decisions made by the external identity provider.
Cloud Identity is a service offering identity management in the cloud, but the principle of trust between any identity provider and service provider (cloud or on-prem) is the fundamental element, not specifically 'Cloud Identity' itself.
Public key certificates are often used to establish and verify the trust relationship, for example, to sign assertions, but they are a mechanism to implement trust, not the abstract fundamental element of trust itself.
Concept tested: Federated identity trust model
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/what-is-federation
Topics
Community Discussion
No community discussion yet for this question.