Files
traefikoidc/docs
lukaszraczylo bbcde3ef9c feat: Add allowPrivateIPAddresses config option for internal networks
Adds a new configuration option `allowPrivateIPAddresses` that allows
OIDC provider URLs to use private IP addresses (10.x.x.x, 172.16-31.x.x,
192.168.x.x). This is useful for internal deployments where Keycloak or
other OIDC providers run on private networks without DNS resolution.

Security considerations:
- Loopback addresses (127.0.0.1, localhost, ::1) remain blocked
- Link-local addresses (169.254.x.x) remain blocked
- Default is false (secure by default)

Fixes #97
2025-12-08 12:34:36 +00:00
..
2025-10-13 10:43:35 +01:00
2025-11-30 01:28:07 +00:00
2025-10-13 10:43:35 +01:00