Automatic Login

Hello everyone,

Automatic Login

I’m using an older Surface Pro 4 running Windows 11 as a wall-mounted tablet.
To log in automatically without entering a username and password, I’m using the following configuration:

  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.1.0/24                                                                    
      trusted_users:
        192.168.1.203: 990ac168985af44f1fb4e073b7ad19de9b      # IP_Tablette: ID_utilisateur
      allow_bypass_login: true

This configuration works very well and allows my tablet (192.168.1.203) to connect automatically, arriving at the dashboard upon startup without any intervention.
The problem is that I would like the automatic connection to only occur on the IP address 192.168.1.203, and for the rest of the network to display the classic login screen (with password request). However, I get the following screen which allows any user to connect without entering a password on other PCs on the network:

Have you encountered the same problem?
Does anyone have a solution to fix this issue?
Thank you