Skip to content

HTTP Authorization by IP

IP Authorization checks client IP address in the rules list.

IP Authorization

  • allow: allow access
  • deny: deny access
  • pass: pass to the next authorization method

IP Authorization supports IPv4 and IPv6 addresses with CIDR notation.

  • allow 127.0.0.1 - allow request from localhost
  • deny 192.168.0.100 - deny access to single address
  • pass 192.168.0.0/24 - pass client from the IPv4 network to the next authorizer - securetoken or backend
  • pass fd32:ce04:8a5c::1/64 - same for IPv6 network