An administrator at Universal Containers needs to configure login access rules for two distinct user groups:
1. Customer Support Representatives must be completely prevented from logging into Salesforce if their access attempt originates from outside the corporate office network.
2. Field Sales Representatives frequently work remotely and must be allowed to log in from any location, but should not receive identity verification challenges when working within the corporate office network.
Which configuration strategy should the administrator implement to meet both security requirements?
- Add the corporate office IP range to the Support Representative Profile Login IP Ranges, and add the corporate office IP range to Organization Network Access settings.Answer
- BAdd the corporate office IP range to Organization Network Access settings only, and ensure both user groups are assigned to profiles without IP restrictions.
- CAdd the corporate office IP range to the Support Representative Profile Login IP Ranges only, which automatically grants identity verification exemptions across all profiles.
- DSet the corporate office IP range on the Support Representative profile and define a Profile Login IP Range of 0.0.0.0 to 255.255.255.255 on the Field Sales Representative profile.
Answer
Add the corporate office IP range to the Support Representative Profile Login IP Ranges, and add the corporate office IP range to Organization Network Access settings.
Profile-level IP ranges enforce strict login restrictions, denying access to users assigned to that profile if they attempt to log in outside the specified IP range. In contrast, Organization-Wide Network Access (Trusted IP Ranges) allows users logging in from trusted IPs to bypass identity verification challenges without preventing them from logging in from untrusted external IPs (provided they verify identity). Therefore, adding the corporate range to the Support profile blocks off-site Support logins, while adding the range to Organization Network Access ensures remote Sales Reps can log in seamlessly when visiting the corporate office without restricting their remote access.
Step-by-Step Solution
Key Concept
Difference between Profile Login IP Ranges (hard restriction) and Organization Network Access (identity verification bypass)