Title
Allow silent OIDC login without additional URL parameter (?silentsignin)
Platform
Web-app
Is it related to an issue?
Currently it is possible to silently login via OIDC without showin the Termix login form. This only can be achieved (to my knowledge) by using a special query parameter in the URL "/silentsignin".
This is nice but it requires some knowledge from the user.
The Solution
It would be great if there was a configuration option in Termix that forces a silent OIDC login if possible without the need of passing an additional URL parameter by the user.
Bonus task: Currently with silent login, the login form is still shown for like 1-2 sec. Maybe it can be skipped entirely.
Additional Context
I am using authelia as IdP and traefik as reverse proxy.
The silent login was introduced here:
Termix-SSH/Termix#799
Title
Allow silent OIDC login without additional URL parameter (?silentsignin)
Platform
Web-app
Is it related to an issue?
Currently it is possible to silently login via OIDC without showin the Termix login form. This only can be achieved (to my knowledge) by using a special query parameter in the URL "/silentsignin".
This is nice but it requires some knowledge from the user.
The Solution
It would be great if there was a configuration option in Termix that forces a silent OIDC login if possible without the need of passing an additional URL parameter by the user.
Bonus task: Currently with silent login, the login form is still shown for like 1-2 sec. Maybe it can be skipped entirely.
Additional Context
I am using authelia as IdP and traefik as reverse proxy.
The silent login was introduced here:
Termix-SSH/Termix#799