Original Question or Issue: |
Smart rule DLP to allow access to only IE and UK |
Environment: |
|
Steps to Reproduce: |
Login to the admin portal > navigate to Smart DLP > create DLP rules
|
Error or Log Message: | Allows logins from other countries even after updating rules |
Defect or Enhancement Number: |
|
Cause: |
The smart DLP rule was not updated correctly
|
Resolution or Workaround: |
Always make sure to understand and cross-verify before updating the right Smart DLP rules
(_request.remoteCountryCode == 'IE' || _request.remoteCountryCode == 'GB')
Action = Allow Mode = Enforcing
This will only allow logins from IE and the UK and will not allow logins from any other countries login will be blocked for user portals
|
Notes: |
Always know that, you must use the actual country code letters while updating Smart DLP rules. You can refer to the following GitHub documentation for your reference on country codes [This is not the official documentation of filecloud ]. All these are supported
|