digiwolf
(Digiwolf)
March 27, 2022, 1:15pm
1
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?
koying
(Chris B)
March 27, 2022, 1:28pm
2
Obvious question: What’s the IP of the tablet?
digiwolf
(Digiwolf)
March 27, 2022, 1:47pm
3
It’s 10.0.0.201 –same WLAN.
koying
(Chris B)
March 27, 2022, 8:47pm
4
Also on /24?
10.x.x.x is supposed to be the class A private IP range, on /8…
digiwolf
(Digiwolf)
March 28, 2022, 6:54am
5
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.
rkjr
November 22, 2022, 2:12pm
7
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.