Authentication in LAN without password, but in WAN with password

Dear all.
I’m using HASS 2023.8.3 on a Raspberry Pi 4 behind Traefik-Proxy.
Web-Access in LAN and WAN works with pw-authentication.
Is it possible, to disable the password in LAN (192.168.200.*), but keep it active for WAN (https://hass.example.com)?
I think, I have to manage this in the configuration.yaml - but what to do?
Thanks so much.

Actually I’m using:

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.200.0/24
        - fd00::/8

Accessing via LAN works w/o password. But accessing via Domain results in an error, that says, the computer is not allowed.

Kangaroo72

If I’m reading the documentation correctly, then you need to update the config to:

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.200.0/24
        - fd00::/8
    - type: homeassistant

Hi, thx for reply.
But in the docs, there’s no meaning for that last line…

It’s right at the top: