CCSP · Question #120
Which of the following in a federated environment is responsible for consuming authentication tokens?
The correct answer is A. Relying party. In a federated environment, the relying party is the service or application that receives and validates an authentication token issued by an identity provider.
Question
Which of the following in a federated environment is responsible for consuming authentication tokens?
Options
- ARelying party
- BIdentity provider
- CCloud services broker
- DAuthentication provider
How the community answered
(21 responses)- A90% (19)
- C5% (1)
- D5% (1)
Why each option
In a federated environment, the relying party is the service or application that receives and validates an authentication token issued by an identity provider.
The relying party, also known as the service provider, is the application or service that trusts the assertions made by the identity provider. It consumes the authentication token provided by the identity provider to grant access to its resources, essentially 'relying' on the identity provider for user authentication.
The identity provider is responsible for authenticating the user and issuing the authentication token, not consuming it.
A cloud services broker (CSB) acts as an intermediary, facilitating relationships between cloud consumers and providers, but does not directly consume authentication tokens for federated access.
An authentication provider is a general term for a service that authenticates users; in a federated context, it's typically the identity provider that issues tokens, while the relying party consumes them.
Concept tested: Federated identity management roles
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/concept-federation
Topics
Community Discussion
No community discussion yet for this question.