Bypass Login Not Working

I am trying to bypass login from a device or ideally a whole subnet (using a specific user), but I am not able to get it to work.

This is for a device that will work as a kiosk and doesn’t have a keyboard or mouse attached, so I need it to log in without any user interaction.

I follows some other guides and the official documentation, but without any luck.

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 10.7.2.0/24
      allow_bypass_login: true
      trusted_users:
        10.7.2.23: #device-1
          - ac46d1ec3f67hj8654c591a13gk85n58
    - type: homeassistant
  auth_mfa_modules:
    - type: totp

The best I was able to achieve was to reach the login screen, but you still have to press Log In button:

edit: I connected to the device via VNC and actually that Log in button doesn’t even work. I click it and it doesn’t log in.

And you have only one user available to select?

Ahh I figured out what the issue is. I had an incorrect user id set.

Your post helped me look at it closely.

Thanks!