Auto login via trusted_users

i have tried a lot, searched the dark net and the bright net … but no solution so far - what is wrong with my setup?

192.168.2.123 being the IP of the tablet.
192.168.2.10 is HA

I have a ngix reverse proxy active, but even when I disable ngix, the auto login does not work.

homeassistant:
  auth_providers:
    - type: trusted_networks
      allow_bypass_login: true
      trusted_networks:
        - 192.168.2.0/24
        - fd00::/8
        - 192.168.2.123
      trusted_users:
        192.168.2.123: 
          - 2dcc8434289b45b1afffb96c3e4f9c4f # tablet
    - type: homeassistant
http:
  use_x_frame_options: false
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
    - 192.168.2.0/24
    - 127.0.0.1
    - 192.168.2.10
    - ::1
    - 10.0.24.0/24
    - 10.0.1.0/24

solved it. it is not working with the http part. i had to delete the trusted proxies partentirely and then auto login worked :slight_smile: