Can a trusted_users: configuration use the same user_id?

Basically I’ve got 2 android kiosk’s, using .107 .108 IP’s, and I’m tying to bypass the login for them. The kiosk on IP .107 bypasses the login, as expected. But the kiosk on IP .108 always prompts for a username/password. So what am I missing here? Also, can 2 trusted users use the same user_id?

  auth_providers:
    - type: homeassistant
    - type: trusted_networks
      trusted_networks:
        - 192.168.2.107
        - 192.168.2.108
      trusted_users:
        192.168.2.107: !secret kiosk_id
        192.168.2.108: !secret kiosk_id