Question

Difficulty: MediumUser Management and Provisioning

A system administrator is provisioning access for a new cohort of remote customer service representatives. Security policy requires that these users be strictly blocked from logging into Salesforce whenever they are outside the corporate VPN IP address range. If a representative attempts to log in from an unapproved IP address, access must be completely denied rather than prompting for identity verification. Which setting should the administrator configure to enforce this requirement?

  1. Add the corporate VPN IP address range to the Login IP Ranges section of the custom profile assigned to the representatives.Answer
  2. B
    Add the corporate VPN IP address range to Network Access under the Organization-Wide Security Controls.
  3. C
    Create a permission set with the corporate VPN IP ranges defined and assign it to each representative.
  4. D
    Configure an automated flow to freeze user accounts whenever a login occurs from an unverified IP address.

Answer

Add the corporate VPN IP address range to the Login IP Ranges section of the custom profile assigned to the representatives.
Specifying IP ranges within the Login IP Ranges section of a user's Profile enforces strict location-based access control. Any authentication attempt originating outside these defined profile IP boundaries is restricted and denied immediately.

Step-by-Step Solution

1
Identify the authentication security requirement
The requirement demands immediate denial of login outside specified IP ranges rather than identity verification prompts.
Salesforce evaluates profile-level Login IP Ranges strictly by blocking authentication attempts outside the defined range.
2
Compare Profile Login IP Ranges with Org-Wide Network Access
Profile IP Ranges restrict and deny access outside the range, whereas Org-Wide Network Access merely establishes trusted IPs to skip MFA/device verification.
Configuring profile-level Login IP Ranges fulfills the strict security blocking requirement.

Key Concept

Profile Login IP Ranges enforcement vs. Organization-Wide Network Access trusted IPs
Rate this question