Trusted Users Issue

Hi Community –

I decided to experiment with Trusted Users, as it would be very handy to have the in-wall tablets logging in automatically to Home Assistant with a Kiosk user (non-admin user). The following seems NOT to work:

homeassistant:
  customize: !include customize.yaml
  auth_providers:
    - type: homeassistant
    - type: trusted_networks
      trusted_networks:
        - 10.0.0.0/24
        - 127.0.0.1
      trusted_users:
        10.0.0.0/24: xxxxxxxxxxe843468da1976xxxxxxxxxx
      allow_bypass_login: true

I receive the following error:
Login aborted:
Your computer is not allowed.

Any ideas how I can move this forward?

Obvious question: What’s the IP of the tablet?

It’s 10.0.0.201 –same WLAN.

Also on /24?
10.x.x.x is supposed to be the class A private IP range, on /8…

Home Assistant is on 10.0.0.55
This tablet is on 10.0.0.201
Does that help at all? Thanks @koying !

Did you get this fixed? I have a feeling some change recently broke something as this used to work fine for me.

Are you accessing HA with a domain name or ip address?
For me, I get login aborted message with a domain name, but with ip address it works.