Question

Difficulty: MediumLogin Security, Login IP Ranges, and Login Hours

Cloud Dynamics wants to tighten access controls for its workforce. The system administrator is tasked with configuring login restrictions based on location:

1. Users assigned to the 'Inside Sales' profile must be completely blocked from logging into Salesforce when outside the corporate network IP range (203.0.113.0203.0.113.255203.0.113.0 - 203.0.113.255).
2. Users on all other profiles should be allowed to log in from anywhere, but should bypass multi-factor identity verification prompts only when logging in from the corporate network IP range.

Which configuration strategy achieves both requirements?

  1. Add the corporate IP range to Login IP Ranges on the Inside Sales profile, and add the same IP range to Organization-Wide Network Access.Answer
  2. B
    Add the corporate IP range exclusively to Organization-Wide Network Access and enable the strict IP restriction checkbox on the Inside Sales profile.
  3. C
    Add the corporate IP range to Login IP Ranges on the Inside Sales profile, without configuring Organization-Wide Network Access.
  4. D
    Add the corporate IP range to Organization-Wide Network Access for the Inside Sales profile, and configure Login IP Ranges under Session Settings for all other profiles.

Answer

Add the corporate IP range to Login IP Ranges on the Inside Sales profile, and add the same IP range to Organization-Wide Network Access.
Defining IP ranges on the Profile enforces hard login denial outside the designated range, fulfilling the requirement for Inside Sales users. Meanwhile, adding the IP range to Organization-Wide Network Access establishes it as a trusted IP range for the entire org, allowing other users to bypass verification challenges at the office while retaining remote access capabilities.

Step-by-Step Solution

1
Analyze profile-level IP security requirements
Inside Sales users require hard denial outside the specified IP range (203.0.113.0203.0.113.255203.0.113.0 - 203.0.113.255).
Profile-level Login IP Ranges explicitly define allowed IP addresses. Any login attempt outside these boundaries is completely blocked.
2
Analyze organization-wide IP security requirements
Users on other profiles must be allowed remote access but should bypass identity verification when inside the office.
Organization-Wide Network Access specifies trusted IP addresses where users log in without receiving SMS/Email verification challenges. Users logging in from outside these trusted ranges can still access Salesforce upon verifying their identity.
3
Combine security settings to meet both administrative constraints
Configure Profile Login IP Ranges on the Inside Sales profile and Organization-Wide Network Access for general trusted IP access.
This combination ensures hard access denial for Inside Sales while maintaining seamless local login and secure remote login for all other profiles.

Key Concept

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