Hi,
This may need to go in as a feature request for frontend (and possibly rejected since core dev’s probably don’t want to implement a less secure auth method) as I need to be able to use an iframe to display a specific dashboard, at a specific site, HOWEVER their IP is external and not static so I cannot use the trusted_networks and trusted_users to autologin.
Ideally, I need to embed the auth in the url, so would need to use either a “Long-Lived Access Tokens” or somehow create a “Refresh Tokens” that I can then provide in the iframe url (These are displayed on wallboards, so users generally won’t interact and are all hard-coded urls they are displaying).
Is there a way I can do something like:
https://my.homeassistant.com:8123/lovelace/wallboard1-mainareas?auth_key=xxxx
So I can embed that in the iframe.
Looking at current auth providers and methods of setting cookies it doesn’t look easily possible to do this unless anyone is aware of a way of doing this?