CAS-001 · Question #522
Which of the following does SAML uses to prevent government auditors or law enforcement from identifying specific entities as having already connected to a service provider through an SSO operation?
The correct answer is A. Transient identifiers. Transient identifiers in SAML are temporary, one-time-use pseudonymous identifiers generated for each SSO session. They do not persist across sessions and are not linked to the user's real identity in any way that could be correlated across multiple transactions. This means…
Question
Which of the following does SAML uses to prevent government auditors or law enforcement from identifying specific entities as having already connected to a service provider through an SSO operation?
Options
- ATransient identifiers
- BDirectory services
- CRestful interfaces
- DSecurity bindings
How the community answered
(37 responses)- A86% (32)
- B3% (1)
- C8% (3)
- D3% (1)
Explanation
Transient identifiers in SAML are temporary, one-time-use pseudonymous identifiers generated for each SSO session. They do not persist across sessions and are not linked to the user's real identity in any way that could be correlated across multiple transactions. This means even if law enforcement or auditors observe SSO traffic, they cannot tie a specific authentication event to a specific individual because the identifier changes with each session. Directory services (B) store identity data but don't anonymize it. RESTful interfaces (C) are an API architecture style unrelated to SAML anonymization. Security bindings (D) refer to how SAML messages are transported (e.g., HTTP POST binding), not to identity anonymization.
Topics
Community Discussion
No community discussion yet for this question.