server-auth icon indicating copy to clipboard operation
server-auth copied to clipboard

[16.0][ADD] auth_totp_bypass_ip_range

Open hbrunn opened this issue 9 months ago • 0 comments

This module allows to define some IP networks as not needing multi factor authentication.

Configuration

To configure this module, you need to:

  1. Enable debug mode
  2. Go to Settings / Technical / System parameters
  3. Create or edit parameter auth_totp_bypass_ip_range.networks

The parameter can contain a whitespace separated list of networks in CIDR notation.

A specific IP address would be ie 42.42.42.42/32

hbrunn avatar Jan 04 '25 11:01 hbrunn