Access Controls
Implement authentication methods, trust architectures, and identity management.
Access Controls are fundamental security mechanisms that regulate who or what can view, use, or modify resources within an information system. As a core domain in the SSCP certification, understanding access controls is essential for protecting organizational assets and maintaining confidentiality,…
Concepts covered: Single and multi-factor authentication (MFA), Single sign-on (SSO), Device authentication, Federated access (OAuth2, SAML)
SSCP - Access Controls Example Questions
Test your knowledge of Access Controls
Question 1
Patricia, a security architect at a telecommunications company, is designing an SSO solution for their customer-facing portal that integrates with multiple third-party service providers. During a security review, the compliance team raises concerns about a scenario where an attacker could compromise a low-security partner application and extract valid authentication tokens, then attempt to use those tokens to access the company's high-security billing system. Both applications are part of the same SSO federation and trust the central Identity Provider. The security team wants to implement a control that ensures each application can only accept tokens specifically intended for it, even if the tokens are validly signed by the trusted IdP. Which SAML assertion element should Patricia configure and enforce at each Service Provider to prevent this cross-application token misuse attack?
Question 2
What technical characteristic defines the fundamental difference between Type 1 (something you know) and Type 2 (something you have) authentication factors?
Question 3
What is the primary security weakness that makes SMS-based one-time passwords vulnerable to interception compared to cryptographic authenticator methods?