Support exists for PHP_AUTH_USER, however Authelia for instance only supports HTTP_REMOTE_USER.
Heimdall would read HTTP_REMOTE_USER and redirect accordingly to the user's dashboard. If the user does not exist, Heimdall would redirect to the user select page for manual login to occur.
Optionally, the Admin user can define a HTTP_REMOTE_GROUPS to support in order to manage access control. If the user exists and a group in HTTP_REMOTE_GROUPS matches the defined permissions group, they would be directed to their dashboard. Regardless if the user exists, if their HTTP_REMOTE_GROUPS does not match a defined group, they would be directed to the user select page
Support exists for PHP_AUTH_USER, however Authelia for instance only supports HTTP_REMOTE_USER.
Heimdall would read HTTP_REMOTE_USER and redirect accordingly to the user's dashboard. If the user does not exist, Heimdall would redirect to the user select page for manual login to occur.
Optionally, the Admin user can define a HTTP_REMOTE_GROUPS to support in order to manage access control. If the user exists and a group in HTTP_REMOTE_GROUPS matches the defined permissions group, they would be directed to their dashboard. Regardless if the user exists, if their HTTP_REMOTE_GROUPS does not match a defined group, they would be directed to the user select page