IP Whitelister

Content Type: Module
Categories: Utility,Authentication

Overview

A simple solution to restrict access to your apps to a predefined IP range set by an administrator.


The application contains a snippet which can be added to your layout and will check if the user is within the acceptable IP range upon page load and will redirect them to an external site of your choosing if they are not permitted

Documentation

FOR PLATFORM-SUPPORTED CONTENT



Please see in the Mendix documentation for details.



FOR COMMUNITY-SUPPORTED CONTENT



Description

This module allows Admin users to set a permitted IP address for their application. The range must be set by and Admin user and then the snippet must be added to your layout or home page to trigger the redirect



Typical usage scenario

A basic security setting where you want to restrict an app to a single company or country



Features and limitations

IP redirection takes place in a DS Nanoflow. If Javascript is disabled then this will prevent the application running



Dependencies

  • Mendix 9.24.4



Releases

Version: 3.0.0
Framework Version: 9.24.4
Release Notes: bug fix applied where there is no URL defined
Version: 2.0.0
Framework Version: 9.24.4
Release Notes: Updated to include blacklist function and log the user out upon redirection
Version: 1.0.0
Framework Version: 9.24.4
Release Notes: This is an initial POC version allowing IP whitelisting. Additional functionality will include blacklisting and IP range configurations