Can't get trusted_networks to work

I have two Pi’s I want to access each dashboard without login.
I followed this steps:

and have this config:

homeassistant:
  auth_providers:
    - type: trusted_networks
      allow_bypass_login: True
      trusted_networks:
        - 10.0.24.13
        - 10.0.24.14
      trusted_users:
        10.0.24.13: 0a3a0ac689a045269ddee1bc87018da4
        10.0.24.14: 0a3a0ac689a045269ddee1bc87018da4
    - type: homeassistant

10.0.24.13 and 10.0.24.14 are the two pi’s
I am getting this:
image

Extra info: I am using SSL and revese-proxy in pfsense, https://home-assistant.mydomain.com/monitor-1
This is also in my config:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 10.0.24.0/24
    - 10.0.1.0/24

Any solution?

So, do the sessions come from the reverse proxy? Than that’s the IP adress homeassistant sees.

If that is the case, I can’t assign different users for different computers?

Not sure if we are aligned. What is the IP address of your reverse proxy pfsense (interface accessing your home assistant machine. thát is the IP address which will be checked against.

I have tried to add both 10.0.24.99 (proxy address) and 10.0.24.3 (home-assistant address) to trusted networks, but none of them works.